Skip to content

Commit

Permalink
CI (macos): Use separate concurrency group
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Dec 19, 2023
1 parent 6efda2c commit 26689bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- '**/*dev2'
pull_request:

concurrency: ci-${{ github.ref }}
concurrency: ci-macos-${{ github.ref }}

env:
# string with name of libraries to be built
Expand Down

0 comments on commit 26689bf

Please sign in to comment.