test cron

This commit is contained in:
Nicholas Long 2022-07-13 19:44:57 +00:00
parent e9fafd27a0
commit 1c7e00f048

View file

@ -6,7 +6,7 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
schedule:
- cron: '0 0 1 * *' # once a month at midnight (thanks https://crontab.guru)
- cron: '50 * * * *' # every hour at :50 past
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: