Skip to content

Commit

Permalink
Fix deploy preview concurrency ref
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 24, 2023
1 parent cf49a81 commit 2c36bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ on:
- requested

concurrency:
group: deploy-preview-${{ github.ref }}
group: deploy-preview-${{ github.event.workflow_run.pull_requests[0].number }}
cancel-in-progress: true

env:
Expand Down

0 comments on commit 2c36bc0

Please sign in to comment.