Skip to content

Commit

Permalink
try concurrency patch
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Aug 1, 2024
1 parent fb98134 commit d28d968
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# .github/workflows/preview.yml
name: Deploy PR previews Two
name: Deploy PR previews

on:
pull_request:
types:
# - opened
# - reopened
- opened
- reopened
- synchronize
# - closed

# concurrency: preview-${{ github.ref }}
- closed

jobs:
deploy-preview:
concurrency:
group: preview-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
pull-requests: write
Expand Down

0 comments on commit d28d968

Please sign in to comment.