From 92a75771b96c83b71fe7bfb7431958849bcd127d Mon Sep 17 00:00:00 2001 From: Matt DiMeglio Date: Wed, 11 Jun 2025 12:08:14 -0400 Subject: [PATCH] Update web-deploy.yml --- .github/workflows/web-deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/web-deploy.yml b/.github/workflows/web-deploy.yml index 85acda5..0faa842 100644 --- a/.github/workflows/web-deploy.yml +++ b/.github/workflows/web-deploy.yml @@ -17,8 +17,6 @@ on: jobs: build: environment: dev - needs: pr-validation - if: always() && needs.pr-validation.result == 'success' runs-on: 'ubuntu-latest' permissions: contents: read