Today I’d created two GitHub pull requests with “[skip ci]” and “[ci skip]” in their initial commit messages. Both of them triggered Circle-CI tests, something I didn’t expect.
- WallarooLabs/wallaroo/pull/1976
- WallarooLabs/wallaroo/pull/1977
Both PRs have later commits that include the skip text in various places within the commit message … but all subsequent commits did skip Circle-CI’s tests. That’s good, but it would be even better to skip when requested the first time also.
-Scott