From fe87cad3d571a6f57c7a12df31f2f9d0aaf82d32 Mon Sep 17 00:00:00 2001 From: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:17:51 -0400 Subject: [PATCH] remove test workflow --- .github/workflows/deploy-docs-test.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/deploy-docs-test.yml diff --git a/.github/workflows/deploy-docs-test.yml b/.github/workflows/deploy-docs-test.yml deleted file mode 100644 index 2725363..0000000 --- a/.github/workflows/deploy-docs-test.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Deploy Docs Test - -on: - workflow_dispatch: - inputs: - build-refname: - description: Enter git refname to build (e.g., 5.7.x). - required: false - push: - branches: docs-build - -jobs: - context: - runs-on: ubuntu-latest - steps: - - name: Dump github context - run: echo "$GITHUB_CONTEXT" - shell: bash - env: - GITHUB_CONTEXT: ${{ toJson(github) }} - deploy-doocs: - uses: spring-cloud/spring-cloud-build/.github/workflows/spring-cloud-deploy-docs.yml@docs-build - with: - build-refname: ${{ github.event.inputs.build-refname }} - secrets: inherit