test
This commit is contained in:
parent
6346b3c7ef
commit
73a85e1c1a
2 changed files with 2 additions and 4 deletions
|
@ -2,6 +2,7 @@ name: update-flake-lock
|
|||
run-name: ${{ github.actor }} - update-flake-lock
|
||||
on:
|
||||
push
|
||||
|
||||
jobs:
|
||||
update-flake-lock:
|
||||
runs-on: alpine
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
name: update-flake-lock
|
||||
on:
|
||||
push: [ main ]
|
||||
workflow_dispatch: # allows manual triggering
|
||||
schedule:
|
||||
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
|
||||
push
|
||||
|
||||
jobs:
|
||||
lockfile:
|
||||
|
|
Loading…
Reference in a new issue