Skip to content

Commit

Permalink
run at 12 PM each month
Browse files Browse the repository at this point in the history
  • Loading branch information
AIWintermuteAI committed Jul 17, 2024
1 parent 832a6eb commit b078600
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- develop
schedule:
- cron: '00 12 * * 1' # Monday 12 PM UTC
- cron: '00 12 1 * *' # First day of each month 12 PM UTC
concurrency:
group: ci-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/submodule-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ name: Submodule Updates
on:
workflow_dispatch:
schedule:
- cron: '00 12 * * 1' # Monday 12 PM UTC
- cron: '00 12 1 * *' # First day of each month 12 PM UTC

###############
# Set the Job #
###############
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
pull_request:
branches:
- develop
schedule:
- cron: '00 12 1 * *' # First day of each month 12 PM UTC
concurrency:
group: wheels-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
Expand Down

0 comments on commit b078600

Please sign in to comment.