Skip to content

Commit

Permalink
fix concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
dpeng817 committed Nov 27, 2024
1 parent 841a6c1 commit bab972d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dagster-cloud-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

concurrency:
# Cancel in-progress deploys to the same branch
group: ${{ github.ref }}
group: ${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
env:
# The organization name in Dagster Cloud
Expand Down

0 comments on commit bab972d

Please sign in to comment.