diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 4729e632..5e819c27 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -26,9 +26,13 @@ jobs: run: npm run build e2e_tests: - if: github.event_name == 'deployment_status' && github.event.deployment_status.state == 'success' + needs: ci runs-on: ubuntu-latest steps: + - name: Debug event info + run: | + echo "Event Name: ${{ github.event_name }}" + echo "Deployment Status: ${{ github.event.deployment_status.state }}" - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: