Skip to content

Instantly share code, notes, and snippets.

@weeyin83
Created June 7, 2022 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weeyin83/bad5ab23a46d882868333a15d4b915fa to your computer and use it in GitHub Desktop.
Save weeyin83/bad5ab23a46d882868333a15d4b915fa to your computer and use it in GitHub Desktop.
name: Trigger Action on a CRON Schedule
on:
schedule:
# Runs "At 11:00 on every day-of-week from Monday through Friday"
- cron: '0 11 * * 1-5'
jobs:
build:
name: Trigger Code Checkout
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment