Skip to content

Commit

Permalink
#57 fix actions concurrency groups
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Mar 4, 2024
1 parent 99aed47 commit c36d25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-pychaste-tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

# Limit concurrent deployments to one per branch
concurrency:
group: build-and-test-${{ github.ref }}
group: update-pychaste-tutorials-${{ github.ref }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit c36d25f

Please sign in to comment.