Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Jan 31, 2025
1 parent 1591838 commit 3465231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kill_all_actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
set +x ; set +e
#-------------#
##Stale
kill_all_actions
kill_all_actions()
{
gh run list --repo "${GITHUB_REPOSITORY}" --json databaseId --jq '.[].databaseId' --limit '1000' --status 'stale' |\
xargs -I "{}" gh run cancel "{}" --repo "${GITHUB_REPOSITORY}" &
Expand Down

0 comments on commit 3465231

Please sign in to comment.