update workflow schedules
This commit is contained in:
parent
8e92904316
commit
b3602f5918
2 changed files with 3 additions and 7 deletions
.forgejo/workflows
|
@ -3,7 +3,8 @@ name: update-flake-lock
|
|||
on:
|
||||
workflow_dispatch: # allows manual triggering
|
||||
schedule:
|
||||
- cron: '0 8 * * *' # Daily 8AM UTC
|
||||
# - cron: '0 8 * * *' # Daily 8AM UTC
|
||||
- cron: '0 8 15 * *' # 15th of the month at 8AM UTC
|
||||
jobs:
|
||||
update-flake-lock:
|
||||
runs-on: forgejo
|
||||
|
|
|
@ -2,13 +2,8 @@
|
|||
---
|
||||
name: update-steamdeck
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- '**/flake.lock'
|
||||
schedule:
|
||||
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
|
||||
- cron: '0 0 1 * 0' # Forst of every month
|
||||
workflow_dispatch: # allows manual triggering
|
||||
env:
|
||||
SSH_HOST: "albert@steamdeck.albert.hs.net"
|
||||
|
|
Loading…
Add table
Reference in a new issue