Skip to content

Commit

Permalink
Reduce frequency of running yugabyte CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Feb 9, 2025
1 parent fb07447 commit bb1b55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/yugabyte.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Yugabyte
on:
workflow_dispatch:
schedule:
- cron: '10 3 * * *'
- cron: '10 3 * * 3'

jobs:
build:
Expand Down

0 comments on commit bb1b55e

Please sign in to comment.