Skip to content

Commit

Permalink
chore: Remove concurrency settings in child workflow
Browse files Browse the repository at this point in the history
When the parent and the child workflow set the concurrency,
it creates a deadlock.

More info:
github/vscode-github-actions#135
  • Loading branch information
derrix060 committed Aug 21, 2024
1 parent eb2eb04 commit 692bd49
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/starknet-js-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ on:
TEST_ACCOUNT_PRIVATE_KEY:
required: false

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test:
runs-on: ubuntu-latest
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/starknet-rs-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
STARKNET_RPC:
required: true

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 692bd49

Please sign in to comment.