From d004456586006fafb8c14b192cb3f5a6acb9b130 Mon Sep 17 00:00:00 2001 From: "Ali(Ako) Hosseini" Date: Mon, 12 Aug 2024 11:37:55 +0800 Subject: [PATCH] ci: remove redundant workflow --- .github/workflows/build-and-deploy-staging.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build-and-deploy-staging.yml b/.github/workflows/build-and-deploy-staging.yml index 3ad40ea6..4444b5b5 100644 --- a/.github/workflows/build-and-deploy-staging.yml +++ b/.github/workflows/build-and-deploy-staging.yml @@ -14,12 +14,6 @@ jobs: timeout-minutes: 30 runs-on: ubuntu-latest steps: - - name: Verify user - uses: 'deriv-com/shared-actions/.github/actions/verify_user_in_organization@v1' - with: - username: ${{github.event.pull_request.user.login}} - token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} - - name: Checkout to main branch uses: actions/checkout@v4