From 92471a581d2d7c476764794d50352378840a418c Mon Sep 17 00:00:00 2001 From: Michal Miszczyszyn Date: Fri, 24 Nov 2023 15:17:11 +0100 Subject: [PATCH] Test --- .github/workflows/main.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c4100af36..06f9a5944 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,20 +9,13 @@ concurrency: jobs: build_and_test: - if: ${{ github.event.issue.pull_request }} + if: ${{ github.event.issue.pull_request && contains(github.event.comment.body , '✅ Ready') }} runs-on: ubuntu-latest env: NEXT_PUBLIC_SALEOR_API_URL: https://storefront1.saleor.cloud/graphql/ steps: - - name: Check for Vercel comment - env: - GITHUB_CONTEXT: ${{ toJson(github) }} - run: | - echo "$GITHUB_CONTEXT" - exit 0 - - uses: actions/checkout@v4 - name: Get PNPM version from package.json