[GH-ISSUE #67] run workflows with tag filters #42

Closed
opened 2026-03-01 21:39:20 +03:00 by kerem · 0 comments
Owner

Originally created by @caarlos0 on GitHub (May 23, 2019).
Original GitHub issue: https://github.com/nektos/act/issues/67

Hi!

Thanks for the project, it helps a lot to debug issues and all that! Its awesome!

So, yesterday we had that github outage in which webhook weren't being delivered. I thought it would be a great idea to use act to deploy locally in these situations, but... my workflows have a tag filtering step, and seems like act always uses master.

Would you be interested in something to hack around that? In theory, just walk on files on .git/refs/tags and check if the contents of any of them match .git/HEAD contents and glue it together with act.

I'm working on a hacky-ish implementation BTW :)

Originally created by @caarlos0 on GitHub (May 23, 2019). Original GitHub issue: https://github.com/nektos/act/issues/67 Hi! Thanks for the project, it helps a lot to debug issues and all that! Its awesome! So, yesterday we had that github outage in which webhook weren't being delivered. I thought it would be a great idea to use `act` to deploy locally in these situations, but... my workflows have a tag filtering step, and seems like act always uses `master`. Would you be interested in something to hack around that? In *theory*, just walk on files on `.git/refs/tags` and check if the contents of any of them match `.git/HEAD` contents and glue it together with act. I'm working on a hacky-ish implementation BTW :)
kerem closed this issue 2026-03-01 21:39:20 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#42
No description provided.