mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #454] act not honoring on.push.paths #318
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#318
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jmcarbo on GitHub (Dec 21, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/454
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.
@github-actions[bot] commented on GitHub (Jan 21, 2021):
Issue is stale and will be closed in 14 days unless there is new activity
@sloansparger commented on GitHub (Aug 12, 2021):
Having the same issue.
@catthehacker commented on GitHub (Aug 17, 2021):
Leaving it open but I'm not sure if it's easy to implement so I won't treat it with priority
@kneal commented on GitHub (Dec 7, 2023):
Was this validated to still be an issue after the work done in #1618?
@ChristopherHX commented on GitHub (Dec 7, 2023):
Yes, the filter is still not applied to the act cli. This code is in use in Gitea Actions.