Skip to content

Commit

Permalink
ci: remove concurrency from individual jobs, remove if always (#2763)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Mar 6, 2024
1 parent 56a55b5 commit db657c5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ jobs:
name: etherscan tests
runs-on: ubuntu-latest
timeout-minutes: 30
concurrency: etherscan-tests-${{ github.head_ref || github.run_id }}
# Run after main tests are done to avoid rate limiting,
# regardless of whether they were successful
if: ${{ always() }}
needs: test
steps:
- uses: actions/checkout@v3
Expand All @@ -89,7 +85,6 @@ jobs:
# name: live tests
# runs-on: ubuntu-latest
# timeout-minutes: 30
# concurrency: live-tests-${{ github.head_ref || github.run_id }}
# steps:
# - uses: actions/checkout@v3
# - uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -184,7 +179,6 @@ jobs:
name: Examples
runs-on: ubuntu-latest
timeout-minutes: 30
concurrency: examples-${{ github.head_ref || github.run_id }}
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit db657c5

Please sign in to comment.