From 09486d45e0d9f0903fb51da6e448735cc50089dd Mon Sep 17 00:00:00 2001 From: Nick Novitski Date: Wed, 6 Mar 2024 16:12:52 -0800 Subject: [PATCH] deploy snackager staging --- .github/workflows/snackager.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/snackager.yml b/.github/workflows/snackager.yml index 36efc32b..12f3d9eb 100644 --- a/.github/workflows/snackager.yml +++ b/.github/workflows/snackager.yml @@ -103,7 +103,6 @@ jobs: working-directory: ./ deploy-staging: - if: ${{ (github.event.inputs.deploy == 'staging' && github.event_name != 'pull_request') || (github.event_name == 'push' && github.ref == 'refs/heads/main') }} needs: review runs-on: ubuntu-latest permissions: