Skip to content

Commit

Permalink
Merge pull request #52 from OpenCortex/develop
Browse files Browse the repository at this point in the history
Reduce frequency of automated tests
  • Loading branch information
pgleeson authored Aug 3, 2024
2 parents 303eb4f + ef208a3 commit c1d048e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build develop

on:
schedule:
- cron: '27 8,14,20,2 * * *'
- cron: '30 13 15,28 * *'

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-master-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build master

on:
schedule:
- cron: '13 2 * * *'
- cron: '40 13 15,28 * *'

jobs:
test:
Expand Down

0 comments on commit c1d048e

Please sign in to comment.