We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9fd68c + 5cde331 commit a4e59ceCopy full SHA for a4e59ce
2 files changed
.github/workflows/docs.yml
@@ -5,7 +5,7 @@ on:
5
- master
6
7
concurrency:
8
- group: "${{ github.ref }}-${{ github.head_ref }}"
+ group: "${{ github.workflow }}-${{ github.ref }}"
9
cancel-in-progress: true
10
11
jobs:
.github/workflows/gh-ci.yml
@@ -12,7 +12,7 @@ on:
12
- "master"
13
14
15
16
17
18
0 commit comments