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: