From 6182d15e6b7dc5e21f10fe8a43cdf23db424a45e Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Thu, 25 Jan 2024 18:37:06 -0600 Subject: [PATCH] [CI] Update Github workflows for 1.0.x Remove 0.2.x from workflows in main --- .github/workflows/ci-dispatcher.yml | 6 +++--- .github/workflows/ci-pr.yml | 1 - .github/workflows/ci.yml | 1 - .github/workflows/deploy-docs-dispatcher-antora.yml | 3 --- 4 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-dispatcher.yml b/.github/workflows/ci-dispatcher.yml index cbe6adda..04cecb65 100644 --- a/.github/workflows/ci-dispatcher.yml +++ b/.github/workflows/ci-dispatcher.yml @@ -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 diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index eff21dc2..6dfca797 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -4,7 +4,6 @@ on: pull_request: branches: - 'main' - - '0.2.x' paths-ignore: - '.github/**' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b006cd27..9e165a52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,6 @@ on: push: branches: - 'main' - - '0.2.x' paths-ignore: - '.github/**' schedule: diff --git a/.github/workflows/deploy-docs-dispatcher-antora.yml b/.github/workflows/deploy-docs-dispatcher-antora.yml index 2f4e64b8..0019c9a7 100644 --- a/.github/workflows/deploy-docs-dispatcher-antora.yml +++ b/.github/workflows/deploy-docs-dispatcher-antora.yml @@ -1,8 +1,5 @@ name: Deploy Docs Dispatcher (Antora) on: -# push: -# branches-ignore: [ gh-pages ] -# tags: '**' workflow_dispatch: permissions: actions: write