Skip to content
Snippets Groups Projects
Commit 41a3bb64 authored by Austin Anderson's avatar Austin Anderson
Browse files

Run once per week on Sunday

parent f8be5fd3
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@ name: Upload docker containers
on:
workflow_dispatch:
schedule:
# Run once a week on Sunday at midnight. See http://crontab.guru
- cron: '0 0 * * 0'
push:
paths:
- '.github/workflows/docker.yml'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment