Skip to content

Commit

Permalink
ci: change spaceface777/cancel-workflow-action to styfle/cancel-workf…
Browse files Browse the repository at this point in the history
…low-action (#20806)
  • Loading branch information
Lycs-D committed Feb 13, 2024
1 parent 6a4f293 commit ce99c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cancel.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
cancel-previous-workflows:
runs-on: ubuntu-latest
steps:
- uses: spaceface777/cancel-workflow-action@0.9.1
- uses: styfle/cancel-workflow-action@0.12.1
# don't cancel CI for commits pushed to vlang/v#master (if ci is still too slow, this can be removed safely)
if: ${{ github.event.workflow_run.head_repository.full_name != 'vlang/v' || github.event.workflow_run.head_branch != 'master' }}
with:
Expand Down

0 comments on commit ce99c31

Please sign in to comment.