aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/yae.yaml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-11 07:00:15 -0700
committerFuwn <[email protected]>2024-10-11 07:00:15 -0700
commit1dc5b326fdb9fb13471df93c89615a47c26f06f3 (patch)
tree958ca37ae4ef740d8f6dacaca664fda4aa862985 /.github/workflows/yae.yaml
parentchore(yae): change uri references to url (diff)
downloadtsutsumi-1dc5b326fdb9fb13471df93c89615a47c26f06f3.tar.xz
tsutsumi-1dc5b326fdb9fb13471df93c89615a47c26f06f3.zip
ci(yae): reduce cron rate
Diffstat (limited to '.github/workflows/yae.yaml')
-rw-r--r--.github/workflows/yae.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/yae.yaml b/.github/workflows/yae.yaml
index 341046f..8a0308e 100644
--- a/.github/workflows/yae.yaml
+++ b/.github/workflows/yae.yaml
@@ -3,7 +3,7 @@ name: Yae Update
on:
workflow_dispatch:
schedule:
- - cron: 0 * * * *
+ - cron: 0 0 * * *
jobs:
update:
runs-on: ubuntu-latest