From f15b4de53a2f86cdde1de6c077dce3a3fcf9059b Mon Sep 17 00:00:00 2001 From: Andy Roth Date: Fri, 22 Sep 2023 16:08:01 -0700 Subject: [PATCH] chore: fix broken test (take 3) --- .github/workflows/test-command.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-command.yml b/.github/workflows/test-command.yml index 9ad183f..75f23a5 100644 --- a/.github/workflows/test-command.yml +++ b/.github/workflows/test-command.yml @@ -36,6 +36,7 @@ jobs: application_private_key: ${{ secrets.NARWHAL_BOT_SECRET }} e2e-commercial-insecure: + needs: parse if: needs.parse.outputs.run-e2e-commercial-insecure == 'true' runs-on: ubuntu-latest steps: