diff options
| author | Fuwn <[email protected]> | 2024-10-11 07:00:15 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-11 07:00:15 -0700 |
| commit | 1dc5b326fdb9fb13471df93c89615a47c26f06f3 (patch) | |
| tree | 958ca37ae4ef740d8f6dacaca664fda4aa862985 /.github/workflows/yae.yaml | |
| parent | chore(yae): change uri references to url (diff) | |
| download | tsutsumi-1dc5b326fdb9fb13471df93c89615a47c26f06f3.tar.xz tsutsumi-1dc5b326fdb9fb13471df93c89615a47c26f06f3.zip | |
ci(yae): reduce cron rate
Diffstat (limited to '.github/workflows/yae.yaml')
| -rw-r--r-- | .github/workflows/yae.yaml | 2 |
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 |