You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you define both branches/branches-ignore and paths/paths-ignore, the workflow will only run when both filters are satisfied.
However this is not the case in our repository, if you specify branches: ** and include paths then the action runs on any commit to any branch.
To Reproduce
I tried to make a simple reproduction but I couldn't reproduce the issue there: georeith/action-filter-bug-repro#1. Which leads me to believe it's something to do with the overall size of our repo, it's a very large repository. Unfortunately it's a private repository but I will show screenshots that show it's misbehaving:
Describe the bug
The documentation states:
However this is not the case in our repository, if you specify
branches: **
and includepaths
then the action runs on any commit to any branch.To Reproduce
I tried to make a simple reproduction but I couldn't reproduce the issue there: georeith/action-filter-bug-repro#1. Which leads me to believe it's something to do with the overall size of our repo, it's a very large repository. Unfortunately it's a private repository but I will show screenshots that show it's misbehaving:
The contents of the action are:
Expected behavior
The action should only run when both filters are satisfied.
Runner Version and Platform
Version of your runner?
Ubuntu
What's not working?
See above
The text was updated successfully, but these errors were encountered: