From 8c47bd7b63ca9bd7363c7cc58d765dd927995832 Mon Sep 17 00:00:00 2001 From: Robpol86 Date: Sat, 14 Oct 2023 10:34:19 +0900 Subject: [PATCH] prune branch --- .github/workflows/build.yml | 4 ++-- .github/workflows/deploy.yml | 4 ---- .github/workflows/release.yml | 1 - 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ad3a34ba..6a2dcdae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,13 +5,13 @@ on: push: workflow_call: inputs: - commit: + commit: # For release version bump commit required: false type: string environment: required: false type: string - prettyfy: + prettyfy: # For HTML diff required: false type: boolean skip_lints_tests: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 033ecb66..c8a90f03 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,9 +11,6 @@ on: environment: required: false type: string - sphinx_github_branch: - required: false - type: string jobs: @@ -24,7 +21,6 @@ jobs: commit: "${{ inputs.commit }}" environment: "${{ inputs.environment || 'staging' }}" skip_lints_tests: true - sphinx_github_branch: "${{ inputs.sphinx_github_branch }}" Deploy: runs-on: ubuntu-latest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index efc60394..47a9391e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,7 +103,6 @@ jobs: with: commit: "${{ needs.Bump.outputs.NEW_COMMIT }}" environment: production - sphinx_github_branch: "${{ github.ref_name }}" secrets: inherit Release: