Skip to content

Commit

Permalink
Cancel helm workflow if it duplicates (cvat-ai#5918)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Sizov authored Mar 24, 2023
1 parent 4023285 commit 960b4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cancel.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Cancelling Duplicates
on:
workflow_run:
workflows: ['CI']
workflows: ['CI', 'Helm']
types: ['requested']

jobs:
Expand Down

0 comments on commit 960b4c0

Please sign in to comment.