Skip to content

Commit

Permalink
Merge pull request #16 from dagster-io/fix_concurrency
Browse files Browse the repository at this point in the history
further specify concurrency group
  • Loading branch information
dpeng817 authored Nov 27, 2024
2 parents f431cb2 + bab972d commit 8353483
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 8353483

Please sign in to comment.