Skip to content

Commit

Permalink
Update publish.yml (#16927)
Browse files Browse the repository at this point in the history
* Update publish.yml

* Apply suggestions from code review
  • Loading branch information
kodster28 authored and maheshwarip committed Dec 2, 2024
1 parent ece1909 commit 67f5610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on: [push, workflow_dispatch]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ !contains(github.ref, 'production')}}

jobs:
publish:
Expand Down

0 comments on commit 67f5610

Please sign in to comment.