From 99c72eaf5aeb55406e2888203cf7c12af27a0ba7 Mon Sep 17 00:00:00 2001 From: phapsidesGT Date: Tue, 3 Sep 2024 12:57:34 +0100 Subject: [PATCH] Test commit 6 --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 8a6e0abe035..2c2420b25e9 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -26,7 +26,7 @@ jobs: deploy: name: Deploy to Shopify Store runs-on: ubuntu-latest - needs: [lhci, theme-check] # Ensure deployment runs after Lighthouse and Theme Check + needs: [theme-check] # Ensure deployment runs after Theme Check steps: - uses: actions/checkout@v3 # Checkout code; no need for Node version specification here