Skip to content

Commit

Permalink
fix concurrency group
Browse files Browse the repository at this point in the history
  • Loading branch information
schlndh committed Oct 20, 2023
1 parent afb7b0a commit 83724d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reflection-golden-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
REFLECTION_GOLDEN_TEST_FILE: "/tmp/reflection-golden.test"

concurrency:
group: tests-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
group: reflection-golden-test-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 83724d4

Please sign in to comment.