mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-22 14:49:21 +00:00
ci: update cache/download
This commit is contained in:
parent
3f790a9253
commit
2953b1f854
2 changed files with 3 additions and 4 deletions
5
.github/workflows/cache.yml
vendored
5
.github/workflows/cache.yml
vendored
|
@ -2,8 +2,9 @@
|
||||||
|
|
||||||
name: Cache `gupax.io`
|
name: Cache `gupax.io`
|
||||||
on:
|
on:
|
||||||
schedule:
|
workflow_dispatch:
|
||||||
- cron: "* 0 * * *"
|
push:
|
||||||
|
branches: [ "main" ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
2
.github/workflows/download.yml
vendored
2
.github/workflows/download.yml
vendored
|
@ -3,8 +3,6 @@
|
||||||
|
|
||||||
name: gupax.io
|
name: gupax.io
|
||||||
on:
|
on:
|
||||||
schedule:
|
|
||||||
- cron: "0 2 * * *"
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
|
Loading…
Reference in a new issue