From 7c6d40f7773e2fa8d0951c27b022fd1224426b71 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 20 Jun 2024 19:46:14 +0100 Subject: [PATCH] Prepare 3.3.x branch --- .github/workflows/build-and-deploy-snapshot.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/run-system-tests.yml | 2 +- .github/workflows/trigger-docs-build.yml | 10 +--------- gradle.properties | 2 +- 5 files changed, 5 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build-and-deploy-snapshot.yml b/.github/workflows/build-and-deploy-snapshot.yml index 5a6d4086ccb..b46640f2299 100644 --- a/.github/workflows/build-and-deploy-snapshot.yml +++ b/.github/workflows/build-and-deploy-snapshot.yml @@ -2,7 +2,7 @@ name: Build and Deploy Snapshot on: push: branches: - - main + - '3.3.x' permissions: actions: write concurrency: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6801c556b22..d814c2c0a53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: branches: - - main + - '3.3.x' concurrency: group: ${{ github.workflow }}-${{ github.ref }} jobs: diff --git a/.github/workflows/run-system-tests.yml b/.github/workflows/run-system-tests.yml index 0e18c07cd4c..ad1c21b16f8 100644 --- a/.github/workflows/run-system-tests.yml +++ b/.github/workflows/run-system-tests.yml @@ -2,7 +2,7 @@ name: Run System Tests on: push: branches: - - main + - '3.3.x' concurrency: group: ${{ github.workflow }}-${{ github.ref }} jobs: diff --git a/.github/workflows/trigger-docs-build.yml b/.github/workflows/trigger-docs-build.yml index a326cdead04..ed02318eff6 100644 --- a/.github/workflows/trigger-docs-build.yml +++ b/.github/workflows/trigger-docs-build.yml @@ -1,16 +1,8 @@ name: Trigger Docs Build on: push: - branches: main + branches: '3.3.x' paths: [ 'antora/*' ] - workflow_dispatch: - inputs: - build-refname: - description: Enter git refname to build (e.g., 1.0.x). - required: false - build-version: - description: Enter the version being build (e.g. 1.0.3-SNAPSHOT) - required: false permissions: actions: write jobs: diff --git a/gradle.properties b/gradle.properties index 68cc2ec458b..0bad1400f2a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ version=3.3.2-SNAPSHOT -latestVersion=true +latestVersion=false org.gradle.caching=true org.gradle.parallel=true