From 274ca6a6f78eff326e68f3cca0c425d80ed7f3cb Mon Sep 17 00:00:00 2001 From: Di Wu Date: Tue, 5 Dec 2023 09:36:59 -0800 Subject: [PATCH] Revert "chore: Adding checkbox validations to the release workflow trigger (#3376)" (#3397) This reverts commit b9b59187c85ba88755a91fdd2fd59e163c675a42. --- .github/workflows/release_kickoff.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.github/workflows/release_kickoff.yml b/.github/workflows/release_kickoff.yml index 2c8a45e807..d26d5a0cc0 100644 --- a/.github/workflows/release_kickoff.yml +++ b/.github/workflows/release_kickoff.yml @@ -3,34 +3,13 @@ name: Release Amplify iOS on: workflow_dispatch: - inputs: - clearDays: - description: 'I confirm that today is either a CLEAR day or we have approval for release' - required: true - default: false - type: boolean - revertMain: - description: '⛔️ All previous commits to main have been reverted' - required: true - default: false - type: boolean permissions: pull-requests: write jobs: - validation: - name: Validation - runs-on: ubuntu-latest - if: inputs.clearDays == false || inputs.revertMain == false - steps: - - run: | - echo '❌ You need to acknowledge the input validations before releasing ❌' - exit 1 - release: name: Release - needs: validation runs-on: macos-12 steps: