Skip to content

Commit

Permalink
periodically run CI to keep cache available
Browse files Browse the repository at this point in the history
  • Loading branch information
lwshang committed Oct 26, 2023
1 parent 2572743 commit 751f2a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- main
pull_request:
schedule:
- cron: "0 4 * * 3,7" # 4 a.m. UTC every Wed and Sun, keep actions-cache available

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

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

0 comments on commit 751f2a6

Please sign in to comment.