Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
typeofweb committed Nov 24, 2023
1 parent 0a7c8b3 commit 92471a5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92471a5

Please sign in to comment.