Skip to content

Commit

Permalink
CI: Run ci.yml on every Sat (#1934)
Browse files Browse the repository at this point in the history
Make sure we have up-to-date cache.

Signed-off-by: Jiahao XU <[email protected]>
  • Loading branch information
NobodyXu authored Oct 13, 2024
1 parent 4675f62 commit a85dc99
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 @@ -15,7 +15,7 @@ on:
- reopened
- synchronize
schedule:
- cron: "0 3 * * 1"
- cron: "0 3 * * 6"

concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.event.pull_request.number || github.sha }}-${{ inputs.additional_key }}
Expand Down

0 comments on commit a85dc99

Please sign in to comment.