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.
1 parent 8911dac commit a0f2123Copy full SHA for a0f2123
.github/workflows/preview.yml
@@ -7,9 +7,6 @@ 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,10 +7,6 @@ on:
- backport-v0.*
workflow_dispatch: # manual trigger for testing
- cancel-in-progress: true
permissions:
contents: write
16
0 commit comments