Skip to content

Commit 67f5610

Browse files
kodster28maheshwarip
authored andcommitted
Update publish.yml (#16927)
* Update publish.yml * Apply suggestions from code review
1 parent ece1909 commit 67f5610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on: [push, workflow_dispatch]
22

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

77
jobs:
88
publish:

0 commit comments

Comments
 (0)