We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0eb2db commit cb7bd4cCopy full SHA for cb7bd4c
.github/workflows/docs.yml
@@ -9,6 +9,10 @@ on:
9
schedule:
10
- cron: '0 7 * * *'
11
12
+concurrency:
13
+ group: ${{ github.workflow }}-${{ github.ref }}
14
+ cancel-in-progress: true
15
+
16
jobs:
17
documentation:
18
.github/workflows/tests.yml
@@ -7,6 +7,9 @@ on:
7
branches: [ master ]
8
workflow_dispatch:
test:
0 commit comments