Skip to content

Commit 4d7e5cf

Browse files
author
hang lei
committed
Merge branch 'develop' into installgrib2int
2 parents e676195 + 404f1dd commit 4d7e5cf

File tree

8 files changed

+30
-0
lines changed

8 files changed

+30
-0
lines changed

.github/workflows/Intel.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches:
88
- develop
9+
schedule:
10+
# Run monthly
11+
- cron: '0 0 1 * *'
12+
workflow_dispatch:
913

1014
jobs:
1115
Intel:

.github/workflows/Linux_options.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches:
88
- develop
9+
schedule:
10+
# Run monthly
11+
- cron: '0 0 1 * *'
12+
workflow_dispatch:
913

1014
jobs:
1115
Linux_options:

.github/workflows/Linux_versions.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches:
88
- develop
9+
schedule:
10+
# Run monthly
11+
- cron: '0 0 1 * *'
12+
workflow_dispatch:
913

1014
jobs:
1115
Linux_versions:

.github/workflows/MacOS.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches:
88
- develop
9+
schedule:
10+
# Run monthly
11+
- cron: '0 0 1 * *'
12+
workflow_dispatch:
913

1014
jobs:
1115
MacOS:

.github/workflows/Spack.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ on:
1414
pull_request:
1515
branches:
1616
- develop
17+
schedule:
18+
# Run monthly
19+
- cron: '0 0 1 * *'
20+
workflow_dispatch:
1721

1822
jobs:
1923
# This job builds with Spack, exercising all variants, and runs the CTest suite each time

.github/workflows/cdash.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- develop
6+
workflow_dispatch:
67

78
jobs:
89
cdash:

.github/workflows/developer.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
pull_request:
77
branches:
88
- develop
9+
schedule:
10+
# Run biweekly
11+
- cron: '0 0 1 * *'
12+
- cron: '0 0 15 * *'
13+
workflow_dispatch:
914

1015
# Cancel in-progress workflows when pushing to a branch
1116
concurrency:

.github/workflows/windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches:
88
- develop
9+
schedule:
10+
# Run monthly
11+
- cron: '0 0 1 * *'
12+
workflow_dispatch:
913

1014
jobs:
1115
Windows:

0 commit comments

Comments
 (0)