Skip to content

Commit ab60e5c

Browse files
authored
Merge pull request #2549 from SCIInstitute/amorris/weekly-github-actions
Schedule weekly github actions runs to find with CI runners sooner
2 parents 234fe95 + 3f2c19e commit ab60e5c

5 files changed

Lines changed: 11 additions & 1 deletion

File tree

.github/workflows/build-linux-debug.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
tags:
99
- '*'
1010
pull_request:
11+
schedule:
12+
- cron: '0 0 * * 0'
1113

1214
env:
1315
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

.github/workflows/build-linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
tags:
99
- '*'
1010
pull_request:
11+
schedule:
12+
- cron: '0 0 * * 0'
1113

1214
env:
1315
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

.github/workflows/build-mac-arm64.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
tags:
99
- '*'
1010
pull_request:
11+
schedule:
12+
- cron: '0 0 * * 0'
1113

1214
env:
1315
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

.github/workflows/build-mac.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
tags:
99
- '*'
1010
pull_request:
11+
schedule:
12+
- cron: '0 0 * * 0'
1113

1214
env:
1315
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

.github/workflows/build-windows.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88
tags:
99
- '*'
1010
pull_request:
11-
11+
schedule:
12+
- cron: '0 0 * * 0'
13+
1214
env:
1315
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
1416
BUILD_TYPE: Release

0 commit comments

Comments
 (0)