Change to weekly updates

This commit is contained in:
Valentin Niess
2020-04-15 21:20:12 +02:00
parent 5cf28eef19
commit a23543ecdd
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ on:
- '.github/workflows/appimage.yml'
- 'python_appimage/**'
schedule:
- cron: '0 3 * * *'
- cron: '0 3 * * 0'
jobs:
Build:

View File

@@ -1,7 +1,7 @@
name: Delete artifacts
on:
schedule:
- cron: '0 */6 * * *' # every 6 hours
- cron: '0 3 * * 0'
jobs:
delete-artifacts: