Skip to content
New issue

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

GHA: paths-ignore doesn't work #1199

Open
KrisThielemans opened this issue Jun 12, 2023 · 0 comments
Open

GHA: paths-ignore doesn't work #1199

KrisThielemans opened this issue Jun 12, 2023 · 0 comments
Assignees

Comments

@KrisThielemans
Copy link
Member

We currently try to disable runs if a commit only has files which don't affect the run

push:
branches: [ master ]
paths-ignore:
- '**.md'
- LICENSE.txt
- NOTICE.txt
- .mailmap
- CITATION.cff
pull_request:
branches: [ master ]
paths-ignore:
- '**.md'
- LICENSE.txt
- NOTICE.txt
- .mailmap
- CITATION.cff

However, this isn't working. See e.g. #1157 with @ckolbPTB 's 911fa9e only affecting CHANGES.md but still triggering a job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants