Update
This commit is contained in:
parent
965651d00f
commit
efee5734e5
1 changed files with 3 additions and 7 deletions
|
@ -1,13 +1,9 @@
|
||||||
name: update-flake-lock
|
name: update-flake-lock
|
||||||
run-name: ${{ github.actor }} - update-flake-lock
|
run-name: ${{ github.actor }} - update-flake-lock
|
||||||
# on:
|
|
||||||
# schedule:
|
|
||||||
# - cron: '0 0 * * 6'
|
|
||||||
# # “At 00:00 on Saturday.”
|
|
||||||
on:
|
on:
|
||||||
push:
|
schedule:
|
||||||
branches:
|
- cron: '0 0 * * 6'
|
||||||
- main
|
# “At 00:00 on Saturday.”
|
||||||
jobs:
|
jobs:
|
||||||
update-flake-lock:
|
update-flake-lock:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
Loading…
Reference in a new issue