This commit is contained in:
parent
d4d417dcbb
commit
13ef9941e9
1 changed files with 1 additions and 7 deletions
|
@ -1,14 +1,8 @@
|
|||
name: update-flake-lock
|
||||
run-name: ${{ github.actor }} - update-flake-lock
|
||||
#on:
|
||||
# push:
|
||||
# branches:
|
||||
# main
|
||||
# I guess scheduling is in v1.21:
|
||||
# https://codeberg.org/forgejo/forgejo/issues/741
|
||||
on:
|
||||
schedule:
|
||||
- cron: '*/5 * * * *'
|
||||
- cron: '* * * * *'
|
||||
jobs:
|
||||
update-flake-lock:
|
||||
runs-on: docker
|
||||
|
|
Loading…
Reference in a new issue