We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8981672 commit dad1760Copy full SHA for dad1760
.github/workflows/guides.yaml
@@ -4,6 +4,10 @@ on:
4
push:
5
pull_request:
6
7
+concurrency:
8
+ group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
9
+ cancel-in-progress: true
10
+
11
env:
12
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13
COVERAGE: '0'
0 commit comments