-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
act not honoring on.push.paths #454
Comments
Issue is stale and will be closed in 14 days unless there is new activity |
Having the same issue. |
Leaving it open but I'm not sure if it's easy to implement so I won't treat it with priority |
Was this validated to still be an issue after the work done in #1618? |
Yes, the filter is still not applied to the act cli. This code is in use in Gitea Actions. |
act -r
Any output from the command
[bla/bla2] 🚀 Start image=node:12.6-buster-slim
[bla/bla2] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[bla/bla2] ⭐ Run echo hello world
| hello world
[bla/bla2] ✅ Success - echo hello world
Desired behaviour:
The second time the command is run it should no run because no changes were made to docs/* files.
The text was updated successfully, but these errors were encountered: