Skip to content

Commit

Permalink
test?
Browse files Browse the repository at this point in the history
  • Loading branch information
mujahid committed Oct 22, 2024
1 parent 26cd90c commit 7197340
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-all-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ github.event_name != 'workflow_call' }}
env:
AGORIC_AVA_USE_TAP: true
TEST_COLLECT: 'tee -a _testoutput.txt'
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test-workflow-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ on:
required: false


concurrency:
group: remote-trigger-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false

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

0 comments on commit 7197340

Please sign in to comment.