Skip to content

Commit

Permalink
fix(CI): Don't cancel "in Repositories" from the normal testing job
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen authored and provokateurin committed Jan 16, 2024
1 parent 59b4d32 commit ce760a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-repositories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
contents: read

concurrency:
group: openapi-${{ github.head_ref || github.run_id }}
group: openapi-repositories-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit ce760a8

Please sign in to comment.