Skip to content

Commit 6182d15

Browse files
committed
[CI] Update Github workflows for 1.0.x
Remove 0.2.x from workflows in main
1 parent 645e448 commit 6182d15

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

.github/workflows/ci-dispatcher.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: CI Dispatcher (0.2.x)
1+
name: CI Dispatcher (1.0.x)
22

33
on:
44
schedule:
5-
- cron: '0 11 * * *' # Once per day at 11am UTC
5+
- cron: '0 11 * * */2' # Once every other day at 11am UTC
66
workflow_dispatch:
77

88
jobs:
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
# List of active maintenance branches.
15-
branch: [ 0.2.x ]
15+
branch: [ 1.0.x ]
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout

.github/workflows/ci-pr.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
pull_request:
55
branches:
66
- 'main'
7-
- '0.2.x'
87
paths-ignore:
98
- '.github/**'
109

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- 'main'
7-
- '0.2.x'
87
paths-ignore:
98
- '.github/**'
109
schedule:

.github/workflows/deploy-docs-dispatcher-antora.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Deploy Docs Dispatcher (Antora)
22
on:
3-
# push:
4-
# branches-ignore: [ gh-pages ]
5-
# tags: '**'
63
workflow_dispatch:
74
permissions:
85
actions: write

0 commit comments

Comments
 (0)