mirror of
https://github.com/icewind1991/nvidia-patch-nixos.git
synced 2026-06-03 19:14:06 +02:00
run auto-update weekly using GH cron
This commit is contained in:
parent
0c0184603c
commit
ec991b44d2
1 changed files with 2 additions and 0 deletions
2
.github/workflows/extract.yaml
vendored
2
.github/workflows/extract.yaml
vendored
|
|
@ -6,6 +6,8 @@ on:
|
||||||
- 'main'
|
- 'main'
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
types: [ build ]
|
types: [ build ]
|
||||||
|
schedule:
|
||||||
|
- cron: '33 3 * * 1'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
extract:
|
extract:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue