ci: update cache/download

This commit is contained in:
hinto.janai 2023-12-30 08:33:03 -05:00
parent 3f790a9253
commit 2953b1f854
No known key found for this signature in database
GPG key ID: D47CE05FA175A499
2 changed files with 3 additions and 4 deletions

View file

@ -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:

View file

@ -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" ]