Skip to content

Commit 5cde331

Browse files
authored
fix concurrencies in actions (#68)
* Update concurrencies * Update gh-ci.yml
1 parent dacecce commit 5cde331

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- master
66

77
concurrency:
8-
group: "${{ github.ref }}-${{ github.head_ref }}"
8+
group: "${{ github.workflow }}-${{ github.ref }}"
99
cancel-in-progress: true
1010

1111
jobs:

.github/workflows/gh-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- "master"
1313

1414
concurrency:
15-
group: "${{ github.ref }}-${{ github.head_ref }}"
15+
group: "${{ github.workflow }}-${{ github.ref }}"
1616
cancel-in-progress: true
1717

1818
jobs:

0 commit comments

Comments
 (0)