Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suzuki-shunsuke/circleci-orb-forbid-rerun
CircleCI Orb to forbid rerun
https://github.com/suzuki-shunsuke/circleci-orb-forbid-rerun
circleci-orb oss
Last synced: 17 days ago
JSON representation
CircleCI Orb to forbid rerun
- Host: GitHub
- URL: https://github.com/suzuki-shunsuke/circleci-orb-forbid-rerun
- Owner: suzuki-shunsuke
- License: mit
- Created: 2020-03-20T11:01:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T01:20:33.000Z (2 months ago)
- Last Synced: 2024-10-12T22:01:23.945Z (about 1 month ago)
- Topics: circleci-orb, oss
- Language: Shell
- Homepage: https://circleci.com/orbs/registry/orb/suzuki-shunsuke/forbid-rerun
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# circleci-orb-forbid-rerun
[![CircleCI Orb Version](https://img.shields.io/badge/endpoint.svg?url=https://badges.circleci.io/orb/suzuki-shunsuke/forbid-rerun)](https://circleci.com/orbs/registry/orb/suzuki-shunsuke/forbid-rerun)
[![CircleCI](https://circleci.com/gh/suzuki-shunsuke/circleci-orb-forbid-rerun.svg?style=svg)](https://circleci.com/gh/suzuki-shunsuke/circleci-orb-forbid-rerun)
[![GitHub last commit](https://img.shields.io/github/last-commit/suzuki-shunsuke/circleci-orb-forbid-rerun.svg)](https://github.com/suzuki-shunsuke/circleci-orb-forbid-rerun)
[![License](http://img.shields.io/badge/license-mit-blue.svg?style=flat-square)](https://raw.githubusercontent.com/suzuki-shunsuke/circleci-orb-forbid-rerun/master/LICENSE)CircleCI Orb to forbid rerun builds whose revision isn't latest.
## Motivation
In CircleCI, we can't forbid to rerun old workflows, but sometimes rerun old workflows raises undesirable result.
For example,* In case of application deployment, old application may be deployed
* In case of Terraform, existing resources may be destroyedThis Orb makes the build failure if the build isn't safe.
## License
[MIT](LICENSE)