Skip to content

Commit

Permalink
devops: schedule build job every two days
Browse files Browse the repository at this point in the history
  • Loading branch information
bestlong committed Oct 11, 2023
1 parent caf8ae8 commit 49c1c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
tags: '**'
pull_request:
schedule:
- cron: '15 20 * * *'
- cron: '15 20 */2 * *'

jobs:
build:
Expand Down

0 comments on commit 49c1c68

Please sign in to comment.