File tree 4 files changed +3
-8
lines changed
4 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
- name : CI Dispatcher (0.2 .x)
1
+ name : CI Dispatcher (1.0 .x)
2
2
3
3
on :
4
4
schedule :
5
- - cron : ' 0 11 * * *' # Once per day at 11am UTC
5
+ - cron : ' 0 11 * * */2 ' # Once every other day at 11am UTC
6
6
workflow_dispatch :
7
7
8
8
jobs :
12
12
strategy :
13
13
matrix :
14
14
# List of active maintenance branches.
15
- branch : [ 0.2 .x ]
15
+ branch : [ 1.0 .x ]
16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout
Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
branches :
6
6
- ' main'
7
- - ' 0.2.x'
8
7
paths-ignore :
9
8
- ' .github/**'
10
9
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- ' main'
7
- - ' 0.2.x'
8
7
paths-ignore :
9
8
- ' .github/**'
10
9
schedule :
Original file line number Diff line number Diff line change 1
1
name : Deploy Docs Dispatcher (Antora)
2
2
on :
3
- # push:
4
- # branches-ignore: [ gh-pages ]
5
- # tags: '**'
6
3
workflow_dispatch :
7
4
permissions :
8
5
actions : write
You can’t perform that action at this time.
0 commit comments