test
Some checks failed
update-flake-lock / update-flake-lock (push) Has been cancelled
update-flake-lock / lockfile (push) Failing after 32s

This commit is contained in:
iFargle 2024-02-05 13:01:33 +09:00
parent 6346b3c7ef
commit 73a85e1c1a
2 changed files with 2 additions and 4 deletions

View file

@ -2,6 +2,7 @@ name: update-flake-lock
run-name: ${{ github.actor }} - update-flake-lock run-name: ${{ github.actor }} - update-flake-lock
on: on:
push push
jobs: jobs:
update-flake-lock: update-flake-lock:
runs-on: alpine runs-on: alpine

View file

@ -1,9 +1,6 @@
name: update-flake-lock name: update-flake-lock
on: on:
push: [ main ] push
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
jobs: jobs:
lockfile: lockfile: