1
0
mirror of synced 2026-01-05 03:06:35 -05:00

Merge pull request #14992 from markbattistella/patch-2

Update actions-scheduled-workflow-example.md
This commit is contained in:
Ramya Parimi
2022-02-08 07:23:39 -06:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
You can schedule a workflow to run at specific UTC times using [POSIX cron syntax](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07). Scheduled workflows run on the latest commit on the default or base branch. The shortest interval you can run scheduled workflows is once every 15 minutes.
You can schedule a workflow to run at specific UTC times using [POSIX cron syntax](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07). Scheduled workflows run on the latest commit on the default or base branch. The shortest interval you can run scheduled workflows is once every 5 minutes.
This example triggers the workflow every day at 5:30 and 17:30 UTC: