Test
This commit is contained in:
parent
7b0a1dda50
commit
ebf9dcc787
1 changed files with 6 additions and 2 deletions
|
@ -3,8 +3,12 @@
|
||||||
name: update-flake-lock
|
name: update-flake-lock
|
||||||
run-name: ${{ github.actor }} - update-flake-lock
|
run-name: ${{ github.actor }} - update-flake-lock
|
||||||
on:
|
on:
|
||||||
schedule:
|
push:
|
||||||
- cron: '*/5 * * * *'
|
branches:
|
||||||
|
main
|
||||||
|
# on:
|
||||||
|
# schedule:
|
||||||
|
# - cron: '*/5 * * * *'
|
||||||
jobs:
|
jobs:
|
||||||
update-flake-lock:
|
update-flake-lock:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
Loading…
Reference in a new issue