Skip to content

Commit 4597b48

Browse files
committed
chore: refine preview workflow ignores
1 parent 0e8286d commit 4597b48

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/surge-preview.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ permissions:
1616
jobs:
1717
preview:
1818
runs-on: ubuntu-latest
19+
concurrency:
20+
group: surge-preview-${{ github.event.pull_request.number }}
21+
cancel-in-progress: true
1922
env:
2023
PREVIEW: true
2124
steps:

0 commit comments

Comments
 (0)