diff --git a/.github/workflows/release-promote.yml b/.github/workflows/release-promote.yml index bdfc41d2ce..ec7a362107 100644 --- a/.github/workflows/release-promote.yml +++ b/.github/workflows/release-promote.yml @@ -208,6 +208,7 @@ jobs: previous-tag: '${{ needs.calculate-versions.outputs.PREVIOUS_PREVIEW_TAG }}' working-directory: './release' gemini_api_key: '${{ secrets.GEMINI_API_KEY }}' + force-skip-tests: '${{ github.event.inputs.force_skip_tests }}' - name: 'Create Issue on Failure' if: '${{ failure() && github.event.inputs.dry_run == false }}' @@ -265,6 +266,7 @@ jobs: previous-tag: '${{ needs.calculate-versions.outputs.PREVIOUS_STABLE_TAG }}' working-directory: './release' gemini_api_key: '${{ secrets.GEMINI_API_KEY }}' + force-skip-tests: '${{ github.event.inputs.force_skip_tests }}' - name: 'Create Issue on Failure' if: '${{ failure() && github.event.inputs.dry_run == false }}'