Skip to content

Commit

Permalink
FIX CI concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
Chizkiyahu committed Dec 30, 2024
1 parent 4a33ce3 commit 5057c54
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/signed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ on:
default: false
type: boolean

concurrency: testing
concurrency:
group: testing
cancel-in-progress: false

permissions:
contents: read
packages: write
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ on:
branches: [ main ]
workflow_dispatch:

concurrency: testing
concurrency:
group: testing
cancel-in-progress: false

permissions:
contents: read
packages: write
Expand Down

0 comments on commit 5057c54

Please sign in to comment.