An open API service indexing awesome lists of open source software.

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

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.