Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit db657c5

Browse files
authored
ci: remove concurrency from individual jobs, remove if always (#2763)
1 parent 56a55b5 commit db657c5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ jobs:
7171
name: etherscan tests
7272
runs-on: ubuntu-latest
7373
timeout-minutes: 30
74-
concurrency: etherscan-tests-${{ github.head_ref || github.run_id }}
75-
# Run after main tests are done to avoid rate limiting,
76-
# regardless of whether they were successful
77-
if: ${{ always() }}
7874
needs: test
7975
steps:
8076
- uses: actions/checkout@v3
@@ -89,7 +85,6 @@ jobs:
8985
# name: live tests
9086
# runs-on: ubuntu-latest
9187
# timeout-minutes: 30
92-
# concurrency: live-tests-${{ github.head_ref || github.run_id }}
9388
# steps:
9489
# - uses: actions/checkout@v3
9590
# - uses: dtolnay/rust-toolchain@stable
@@ -184,7 +179,6 @@ jobs:
184179
name: Examples
185180
runs-on: ubuntu-latest
186181
timeout-minutes: 30
187-
concurrency: examples-${{ github.head_ref || github.run_id }}
188182
steps:
189183
- uses: actions/checkout@v3
190184
- uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)