Skip to content

Commit

Permalink
cancel running workflows from the same branch(args)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Apr 21, 2024
1 parent a8be7c0 commit 3b0040d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cancelworkflow.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

rp=${repo}
br=${branch{
br=${branch}
wf=${running-workflow}
echo "repo: ${rp}"
echo "branch: ${br}"
Expand Down

0 comments on commit 3b0040d

Please sign in to comment.