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 0e8286d commit 4597b48Copy full SHA for 4597b48
1 file changed
.github/workflows/surge-preview.yml
@@ -16,6 +16,9 @@ permissions:
16
jobs:
17
preview:
18
runs-on: ubuntu-latest
19
+ concurrency:
20
+ group: surge-preview-${{ github.event.pull_request.number }}
21
+ cancel-in-progress: true
22
env:
23
PREVIEW: true
24
steps:
0 commit comments