We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5090875 commit 037d108Copy full SHA for 037d108
.github/workflows/docs.yaml
@@ -13,7 +13,7 @@ on:
13
- cron: '0 1 * * *' # nightly build
14
15
concurrency:
16
- group: ${{ github.event.pull_request.number || github.ref }}
+ group: ${{ github.event.pull_request.number || github.ref }}-docs
17
cancel-in-progress: true
18
19
permissions:
.github/workflows/integration.yaml
@@ -17,7 +17,7 @@ on:
20
+ group: ${{ github.event.pull_request.number || github.ref }}-integration
21
22
23
0 commit comments