From 771bfdaccd699efdc7c4b6a433ce296d93524a5a Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:42:10 -0500 Subject: [PATCH] Fix quotes (#11902) --- .github/workflows/build-web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-web.yml b/.github/workflows/build-web.yml index 46dff21433f..bb6909f9864 100644 --- a/.github/workflows/build-web.yml +++ b/.github/workflows/build-web.yml @@ -298,7 +298,7 @@ jobs: trigger-web-vault-deploy: name: Trigger web vault deploy - if: github.event_name != pull_request_target && github.ref == 'refs/heads/main' + if: github.event_name != 'pull_request_target' && github.ref == 'refs/heads/main' runs-on: ubuntu-22.04 needs: - build-artifacts