[CI] Update Github workflows for 1.0.x
Remove 0.2.x from workflows in main
This commit is contained in:
6
.github/workflows/ci-dispatcher.yml
vendored
6
.github/workflows/ci-dispatcher.yml
vendored
@@ -1,8 +1,8 @@
|
||||
name: CI Dispatcher (0.2.x)
|
||||
name: CI Dispatcher (1.0.x)
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 11 * * *' # Once per day at 11am UTC
|
||||
- cron: '0 11 * * */2' # Once every other day at 11am UTC
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@@ -12,7 +12,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
# List of active maintenance branches.
|
||||
branch: [ 0.2.x ]
|
||||
branch: [ 1.0.x ]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
1
.github/workflows/ci-pr.yml
vendored
1
.github/workflows/ci-pr.yml
vendored
@@ -4,7 +4,6 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- 'main'
|
||||
- '0.2.x'
|
||||
paths-ignore:
|
||||
- '.github/**'
|
||||
|
||||
|
||||
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -4,7 +4,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- '0.2.x'
|
||||
paths-ignore:
|
||||
- '.github/**'
|
||||
schedule:
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
name: Deploy Docs Dispatcher (Antora)
|
||||
on:
|
||||
# push:
|
||||
# branches-ignore: [ gh-pages ]
|
||||
# tags: '**'
|
||||
workflow_dispatch:
|
||||
permissions:
|
||||
actions: write
|
||||
|
||||
Reference in New Issue
Block a user