Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dexterp37/test_ci
https://github.com/dexterp37/test_ci
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dexterp37/test_ci
- Owner: Dexterp37
- Created: 2022-02-22T08:01:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T16:32:01.000Z (about 1 year ago)
- Last Synced: 2024-10-30T06:40:53.323Z (2 months ago)
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test_ci
## Direct commit to main
When directly committing to main, [this workflow runs](https://app.circleci.com/pipelines/github/Dexterp37/test_ci/4/workflows/9bcccccd-cddb-405f-af6f-954b892a0540/jobs/9). Since the commit message doesn't contain the `[do not deploy]` tag, this is printed: `echo "ERROR - this should never print"`. And that's fine.## PR with commits with `[do not deploy]`
Will this work? -> **NOPE**## PR with title `[do not deploy]` and multiple commits
Will this work? Maybe... yes?