Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
try fix cron
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPurple666 authored Dec 21, 2022
1 parent 988bc20 commit 77687f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/turnip_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ name: Build "turnip"
on:
workflow_dispatch:
schedule:
- cron: "5 0-23 * * *"
- cron: '30 0-23 * * *'

jobs:
start_building_turnip:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with: { ref: alpha }

- name: Prepare environment
run: |
Expand Down

0 comments on commit 77687f4

Please sign in to comment.