From 3c7eeac8529881a20e115bef2a960fcafcd45872 Mon Sep 17 00:00:00 2001 From: MC2b6 Date: Mon, 4 Nov 2024 15:51:42 -0600 Subject: [PATCH] ci test deploy --- .github/workflows/firebase-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase-deploy.yml b/.github/workflows/firebase-deploy.yml index 94466bc..df3892c 100644 --- a/.github/workflows/firebase-deploy.yml +++ b/.github/workflows/firebase-deploy.yml @@ -17,7 +17,7 @@ jobs: deploy: name: Firebase deploy - needs: [build, cypress] + needs: [build] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4