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
|
name: update-flake-lock
|
||||||
run-name: ${{ github.actor }} - 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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '*/5 * * * *'
|
- cron: '* * * * *'
|
||||||
jobs:
|
jobs:
|
||||||
update-flake-lock:
|
update-flake-lock:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
Loading…
Reference in a new issue