-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Pretty much every other ci/cd solution will skip running a workflow/pipeline if [skip_ci]
is in the commit text.
Currently the hack for this is to add an if
statement to jobs with something like "! contains(toJSON(github.event.commits.*.message), '[skip-ci]')"
. However, this still runs the workflow, just not any jobs with the condition.
Please provide an out of box way for this to happen. One solution would be something like paths-ignore:
on:
push:
commit-ignore:
- [skip ci]
- [ci skip]
- ***NO_CI***
missedone, xt0rted, eseay, BoboTiG, lexmag and 265 morej3parker, neverendingqs, leobw and yveledashed, joshuarli, moustachio-belvedere, ITAYC0HEN, rohan20 and 3 moredashed, joshuarli, moustachio-belvedere, roeizavida, ITAYC0HEN and 6 moredashed, joshuarli, richarddavenport, moustachio-belvedere, williamjmorenor and 3 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request