File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Upstream Sync
3
+ ' on ' :
4
+ schedule :
5
+ - cron : " 15 8 * * 1"
6
+ workflow_dispatch :
7
+ permissions :
8
+ contents : write
9
+ pull-requests : write
10
+ jobs :
11
+ synchronise-2023-1 :
12
+ if : github.repository == 'stackhpc/stackhpc-kayobe-config'
13
+ name : Synchronise 2023.1
14
+ uses : stackhpc/.github/.github/workflows/upstream-sync.yml@main
15
+ with :
16
+ release_series : 2023.1
17
+ synchronise-2024-1 :
18
+ if : github.repository == 'stackhpc/stackhpc-kayobe-config'
19
+ name : Synchronise 2024.1
20
+ uses : stackhpc/.github/.github/workflows/upstream-sync.yml@main
21
+ with :
22
+ release_series : 2024.1
23
+ synchronise-2025.1 :
24
+ if : github.repository == 'stackhpc/stackhpc-kayobe-config'
25
+ name : Synchronise 2025.1
26
+ uses : stackhpc/.github/.github/workflows/upstream-sync.yml@main
27
+ with :
28
+ release_series : 2025.1
29
+ synchronise-master :
30
+ if : github.repository == 'stackhpc/stackhpc-kayobe-config'
31
+ name : Synchronise master
32
+ uses : stackhpc/.github/.github/workflows/upstream-sync.yml@main
33
+ with :
34
+ release_series : master
You can’t perform that action at this time.
0 commit comments