3 Matching Annotations
- Aug 2022
-
docs.github.com docs.github.com
-
If a workflow is skipped due to path filtering, branch filtering or a commit message, then checks associated with that workflow will remain in a "Pending" state. A pull request that requires those checks to be successful will be blocked from merging.
skipped workflow can block merge
-
When using the push and pull_request events, you can configure a workflow to run based on what file paths are changed.
possible reasons why workflow isn't run
-
-
git-scm.com git-scm.com
-
Tagging Later You can also tag commits after you’ve moved past them
tag a specific moment in past commits
-