Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kuritka/cancel-action

A simple action that cancels redundant workflows. For example when merging pull request.
https://github.com/kuritka/cancel-action

Last synced: 24 days ago
JSON representation

A simple action that cancels redundant workflows. For example when merging pull request.

Awesome Lists containing this project

README

        

# CANCEL-ACTION

# Execution
- If action is executed against branch (e.g: push to feature-branch), the full dev process is triggered `go mod tidy,`,`go build`,..
- If action is executed against with @tag the [release is used](https://github.com/kuritka/cancel-action-test/blob/main/.github/workflows/build.yaml)).