update workflow schedules

This commit is contained in:
albert 2025-03-03 09:50:35 -08:00
parent 8e92904316
commit b3602f5918
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 3 additions and 7 deletions

View file

@ -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

View file

@ -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"