Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit 19a87cf

Browse files
authored
Merge pull request #17 from apilytics/ci-concurrency
2 parents a55ca4d + c2ce96e commit 19a87cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77

88
concurrency:
9-
group: ci-${{ github.head_ref }}
9+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1010
cancel-in-progress: true
1111

1212
jobs:

0 commit comments

Comments
 (0)