We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8036b5a commit 1fec8dfCopy full SHA for 1fec8df
.github/workflows/default.yml
@@ -2,6 +2,10 @@ name: Test and deploy to GitHub Pages
2
3
on: [push]
4
5
+concurrency:
6
+ group: ${{ github.workflow }}-${{ github.ref }}
7
+ cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
8
+
9
jobs:
10
init:
11
uses: ./.github/workflows/00-init.yml
0 commit comments