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.
2 parents d9bec4a + 5255f44 commit 5ce9ae6Copy full SHA for 5ce9ae6
.github/workflows/preview.yml
@@ -7,6 +7,9 @@ on:
7
- synchronize
8
- closed
9
10
+concurrency:
11
+ group: docs
12
+
13
jobs:
14
build-and-preview:
15
if: github.event.action == 'opened' || github.event.action == 'synchronize'
.github/workflows/publish.yml
@@ -7,6 +7,10 @@ on:
- backport-v0.*
workflow_dispatch: # manual trigger for testing
+ cancel-in-progress: true
build-and-deploy:
16
runs-on: ubuntu-latest
0 commit comments