Skip to content

Instantly share code, notes, and snippets.

@Kashif-E
Created September 17, 2022 19:17
Embed
What would you like to do?
Github Action Cron Syntax
#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