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 elithrar committed Oct 15, 2024
1 parent d90b43a commit 0252629
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 0252629

Please sign in to comment.