Skip to content

Commit

Permalink
run CI once a day instead of 4
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Jun 24, 2021
1 parent 0c426df commit 4dd43ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bleeding-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
branches:
- main
schedule:
# run this every 6 hours (time is UTC)
- cron: '0 3,9,15,21 * * *'
# run this every day at 3 am UTC
- cron: '0 3 * * *'

jobs:
build:
Expand Down

0 comments on commit 4dd43ec

Please sign in to comment.