Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/actalog/check-ci
Checks CI before CD
https://github.com/actalog/check-ci
actions ci github
Last synced: about 2 months ago
JSON representation
Checks CI before CD
- Host: GitHub
- URL: https://github.com/actalog/check-ci
- Owner: actalog
- License: unlicense
- Created: 2024-06-27T10:55:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-29T12:09:03.000Z (about 2 months ago)
- Last Synced: 2024-12-06T14:07:17.963Z (about 2 months ago)
- Topics: actions, ci, github
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Check CI
Checks CI before CD
## Usage
```yml
name: CDon:
workflow_run:
workflows: ['CI']
types:
- completed
branches:
- mainjobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actalog/check-ci@main
- uses: actions/checkout@v4
- run: echo "Your CD"
```