mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #245] Add support for scheduled workflows #167
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#167
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 @aaronmeder on GitHub (May 18, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/245
Hi there!
It seems like at the moment act does ignore a workflow that has an
on: scheduletrigger.Example trigger:
on: schedule: - cron: '0 */2 * * *'It would not list and cannot be run thereafter.
It would be helpful if these could be run too. Any set schedule could just be ignored, in my opinion.
What do you think about it?
Thanks for the great tool!
Aaron
@cplee commented on GitHub (May 18, 2020):
Agreed @aaronmeder - this should be added.
@saliceti commented on GitHub (Jun 5, 2020):
The scheduled job does not appear in
act -lbut I can run it fine withact -j <job_name>@daxmc99 commented on GitHub (Jun 11, 2020):
Bump, this confused me the first time I used the tool
@github-actions[bot] commented on GitHub (Aug 11, 2020):
Issue is stale and will be closed in 7 days unless there is new activity
@hariso commented on GitHub (Jan 31, 2022):
Same here!
@fharper commented on GitHub (Aug 24, 2022):
It would be great to list them also when doing
act -lno?@catthehacker commented on GitHub (Aug 27, 2022):