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 27e376a commit d6df760Copy full SHA for d6df760
.github/workflows/pr-previews.yaml
@@ -4,6 +4,10 @@ on:
4
pull_request:
5
types: [opened, synchronize, reopened, closed]
6
7
+concurrency:
8
+ cancel-in-progress: false
9
+ group: 'docs-pr-previews-${{ github.event.pull_request.number }}'
10
+
11
jobs:
12
trigger-preview:
13
if: github.event.action != 'closed'
0 commit comments