1
0
Fork 0

Revert cron changes

This commit is contained in:
Daniel Kempkens 2023-05-16 22:13:30 +02:00
parent f471132257
commit 8fb6112057
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ on:
push: push:
branches: ['master'] branches: ['master']
schedule: schedule:
- cron: '10 8,20 * * *' - cron: '10 8 * * *'
workflow_dispatch: workflow_dispatch:
jobs: jobs:

View file

@ -2,7 +2,7 @@ name: Update Flake
on: on:
schedule: schedule:
- cron: '0 8,20 * * *' - cron: '0 8 * * *'
workflow_dispatch: workflow_dispatch:
jobs: jobs: