From a17225a087ce9be40c09c9c44fa7dd796b2567a7 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Thu, 16 Nov 2023 16:32:26 -0500 Subject: [PATCH] Remove `verify.yml` used for testing --- .github/workflows/verify.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/verify.yml diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml deleted file mode 100644 index c44507bd..00000000 --- a/.github/workflows/verify.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Verify - -on: - workflow_dispatch: - inputs: - releaseVersion: - description: 'Release version like 3.0.0-M1, 3.1.0-RC1, 3.2.0 etc.' - required: true - type: string - -jobs: - verify: - runs-on: ubuntu-latest - steps: - - - name: Invoke verification workflow - uses: aurelien-baudet/workflow-dispatch@v2 - with: - workflow: verify-staged-artifacts.yml - token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }} - inputs: '{ "releaseVersion": "${{ inputs.releaseVersion }}" }' \ No newline at end of file