Skip to content

Commit

Permalink
ci-skip-rust;ci-skip-integration-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ggera committed Aug 1, 2024
1 parent b925762 commit 874802f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/check-clippy-all-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,12 @@ env:
jobs:
clippy_check:
runs-on: ubuntu-latest
container:
image: paritytech/ci-unified:bullseye-1.74.0
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
remove-android: 'true'
remove-dotnet: 'true'
container: false
- uses: actions/checkout@v4
- name: Run Clippy
run: SKIP_WASM_BUILD=1 cargo clippy --all-targets --all-features --locked --quiet
2 changes: 0 additions & 2 deletions .github/workflows/check-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ env:
jobs:
clippy_check:
runs-on: ubuntu-latest
container:
image: paritytech/ci-unified:bullseye-1.74.0
if: ${{ !contains(github.event.head_commit.message, '[ci-skip-rust]') }}
steps:
- name: Maximize build space
Expand Down

0 comments on commit 874802f

Please sign in to comment.