mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 04:10:15 +01:00
Change to weekly updates
This commit is contained in:
2
.github/workflows/appimage.yml
vendored
2
.github/workflows/appimage.yml
vendored
@@ -5,7 +5,7 @@ on:
|
||||
- '.github/workflows/appimage.yml'
|
||||
- 'python_appimage/**'
|
||||
schedule:
|
||||
- cron: '0 3 * * *'
|
||||
- cron: '0 3 * * 0'
|
||||
|
||||
jobs:
|
||||
Build:
|
||||
|
||||
2
.github/workflows/delete-artifacts.yml
vendored
2
.github/workflows/delete-artifacts.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: Delete artifacts
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 */6 * * *' # every 6 hours
|
||||
- cron: '0 3 * * 0'
|
||||
|
||||
jobs:
|
||||
delete-artifacts:
|
||||
|
||||
Reference in New Issue
Block a user