Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kuritka/cancel-action
- Owner: kuritka
- Created: 2022-01-27T09:28:41.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-31T13:17:03.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T11:21:51.337Z (about 1 month ago)
- Language: Go
- Size: 101 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)).