Skip to content

Commit

Permalink
fix: wrong cron
Browse files Browse the repository at this point in the history
  • Loading branch information
phillychi3 authored Jul 25, 2024
1 parent 0401f5b commit 8d8faa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Go

on:
workflow_dispatch:
schedule: [{cron: "0/10 0 * * *"}]
schedule: [{cron: "*/10 * * * *"}]
push:
branches: [main]


jobs:
build:
getlive:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 8d8faa3

Please sign in to comment.