We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cbfb24 commit ac639fbCopy full SHA for ac639fb
.github/workflows/test.yml
@@ -16,10 +16,10 @@ on:
16
- resolveissue-*
17
- demo*
18
19
-# Credits to https://blog.maximeheckel.com/posts/building-perfect-github-action-frontend-teams/
+# Credits to https://blog.maximeheckel.com/posts/building-perfect-github-action-frontend-teams/#you-are-terminated
20
concurrency:
21
# Here the group is defined by the head_ref of the PR
22
- group: ${{ github.head_ref }}
+ group: ${{ github.head_ref || github.ref_name }}
23
# Here we specify that we'll cancel any "in progress" workflow of the same group. Thus if we push, ammend a commit and push
24
# again the previous workflow will be cancelled, thus saving us github action build minutes and avoid any conflicts
25
cancel-in-progress: true
0 commit comments