Skip to content

Automatic Action Running #114474

Answered by ste-xx
lucasgames8957 asked this question in Actions
Mar 27, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

You simply add this on your workflow:

on:
  schedule:
    # * is a special character in YAML so you have to quote this string
    - cron:  '30 5,17 * * *' #cron expression

https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule

A helper for cron expressions:
https://crontab.guru/

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lucasgames8957
Comment options

Answer selected by lucasgames8957
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Question
2 participants