-
-
Save Kashif-E/e4da188b8f2c419d48c452de8404c8a7 to your computer and use it in GitHub Desktop.
Github Action Cron Syntax
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#this workflow will run At 04:00 on Monday. | |
on: | |
schedule: | |
- cron: '0 4 * * 1' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment