Skip to content

Commit b078600

Browse files
run at 12 PM each month
1 parent 832a6eb commit b078600

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- develop
99
schedule:
10-
- cron: '00 12 * * 1' # Monday 12 PM UTC
10+
- cron: '00 12 1 * *' # First day of each month 12 PM UTC
1111
concurrency:
1212
group: ci-${{ github.head_ref || github.run_id }}
1313
cancel-in-progress: true

.github/workflows/submodule-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ name: Submodule Updates
77
on:
88
workflow_dispatch:
99
schedule:
10-
- cron: '00 12 * * 1' # Monday 12 PM UTC
11-
10+
- cron: '00 12 1 * *' # First day of each month 12 PM UTC
11+
1212
###############
1313
# Set the Job #
1414
###############

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
branches:
99
- develop
10+
schedule:
11+
- cron: '00 12 1 * *' # First day of each month 12 PM UTC
1012
concurrency:
1113
group: wheels-${{ github.head_ref || github.run_id }}
1214
cancel-in-progress: true

0 commit comments

Comments
 (0)