[CI] Update Github workflows for 1.0.x

Remove 0.2.x from workflows in main
This commit is contained in:
Chris Bono
2024-01-25 18:37:06 -06:00
parent 645e4480d9
commit 6182d15e6b
4 changed files with 3 additions and 8 deletions

View File

@@ -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

View File

@@ -4,7 +4,6 @@ on:
pull_request:
branches:
- 'main'
- '0.2.x'
paths-ignore:
- '.github/**'

View File

@@ -4,7 +4,6 @@ on:
push:
branches:
- 'main'
- '0.2.x'
paths-ignore:
- '.github/**'
schedule:

View File

@@ -1,8 +1,5 @@
name: Deploy Docs Dispatcher (Antora)
on:
# push:
# branches-ignore: [ gh-pages ]
# tags: '**'
workflow_dispatch:
permissions:
actions: write