From dec90028a27576b481540e31de135f37d00914cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hi=E1=BA=BFu?= Date: Thu, 28 May 2026 11:53:36 +0700 Subject: [PATCH] fix dast trigger phase alignment --- .github/workflows/dast.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/dast.yml b/.github/workflows/dast.yml index ee63e26..9aa3775 100644 --- a/.github/workflows/dast.yml +++ b/.github/workflows/dast.yml @@ -7,9 +7,6 @@ on: description: "HTTP/HTTPS URL to scan. Defaults to repository variable STAGING_URL." required: false type: string - pull_request: - branches: - - main permissions: contents: read @@ -19,7 +16,6 @@ jobs: zap-baseline: name: ZAP baseline scan runs-on: ubuntu-latest - if: github.event_name == 'workflow_dispatch' || vars.STAGING_URL != '' steps: - name: Resolve target URL id: target