Skip to content

Commit

Permalink
decrease ci frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbhughes authored Jan 17, 2024
1 parent e47a5af commit 9960c91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
pull_request:
schedule:
- cron: '0 8 * * *'
- cron: '0 0 1 * *'

jobs:
build:
Expand Down Expand Up @@ -42,4 +42,4 @@ jobs:
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
verbose: true
verbose: true

0 comments on commit 9960c91

Please sign in to comment.