We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
paths_ignore
I recently added paths_ignore statements o the various CI builds, so that build do not get triggered when only the workflow files have been changed:
paths_ignore: - '.github/workflows/**'
However, this does not seem to work as expected (it does not change anything in behaviour).
The text was updated successfully, but these errors were encountered:
Issue #1397 - paths_ignore
3a538c6
- As https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions it is "paths-ignore" not "paths_ignore"
There was a spelling mistake. I fixed that, but I'll wait for a concrete checking that should trigger the feature before closing it,
Sorry, something went wrong.
Issue Framstag#1397 - paths_ignore
d4de559
Framstag
No branches or pull requests
I recently added paths_ignore statements o the various CI builds, so that build do not get triggered when only the workflow files have been changed:
However, this does not seem to work as expected (it does not change anything in behaviour).
The text was updated successfully, but these errors were encountered: