https://github.com/jedrzejginter/github-actions-cancel-build-example
Example of how to cancel GH Action workflow when new workflow is being started
https://github.com/jedrzejginter/github-actions-cancel-build-example
github-actions
Last synced: 3 months ago
JSON representation
Example of how to cancel GH Action workflow when new workflow is being started
- Host: GitHub
- URL: https://github.com/jedrzejginter/github-actions-cancel-build-example
- Owner: jedrzejginter
- Created: 2021-02-08T19:05:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-08T19:16:07.000Z (over 4 years ago)
- Last Synced: 2025-01-21T07:44:20.432Z (5 months ago)
- Topics: github-actions
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Actions + [cancel-workflow-action](https://github.com/styfle/cancel-workflow-action)
Example of cancelling currently running workflows on new commit. To see it in action, push `commit A` and then, within 60 seconds push `commit B`. The second commit should cancel workflow triggered by the first commit.