Skip to content

Commit

Permalink
0 for Sunday
Browse files Browse the repository at this point in the history
  • Loading branch information
lwshang committed Oct 26, 2023
1 parent ab0ea94 commit feb335e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:
- main
pull_request:
schedule:
- cron: '0 4 * * 3,7' # 4 a.m. UTC every Wed and Sun, keep actions-cache available
- cron: '0 4 * * 0,3' # 4 a.m. UTC every Sun and Wed, keep actions-cache available

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- edited
- synchronize
schedule:
- cron: '0 4 * * 3,7' # 4 a.m. UTC every Wed and Sun, keep actions-cache available
- cron: '0 4 * * 0,3' # 4 a.m. UTC every Sun and Wed, keep actions-cache available

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit feb335e

Please sign in to comment.