Skip to content

Commit

Permalink
chore: change crone action test string
Browse files Browse the repository at this point in the history
  • Loading branch information
jungeun-cho committed Sep 21, 2020
1 parent 1889a02 commit ca2b10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/detectRuntimeError.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: detect runtime error

on:
schedule:
- cron: "*/5 * * * *"
- cron: "0 0/5 * * *"
jobs:
detectError:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ca2b10b

Please sign in to comment.