Skip to content

Commit

Permalink
Change concurrency group name in GH Actions tests workflow so it uses…
Browse files Browse the repository at this point in the history
… a different lock
  • Loading branch information
tomwhite committed Jul 25, 2023
1 parent f43dd27 commit 8d39bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

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

jobs:
Expand Down

0 comments on commit 8d39bf6

Please sign in to comment.