From bdcef6b3cef66a6e79bcadf7b73834b56a8f45a8 Mon Sep 17 00:00:00 2001 From: Jonathan Butler Date: Tue, 26 Nov 2024 20:28:13 -0500 Subject: [PATCH] comment out flow to merge PSSA changes into Development Branch --- .github/workflows/validate.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 1835e53..0edbe34 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -1,14 +1,14 @@ -on: [pull_request] +# on: [pull_request] -jobs: - validate: - runs-on: windows-2019 +# jobs: +# validate: +# runs-on: windows-2019 - steps: - - uses: actions/checkout@v1 - - name: Install Prerequisites - run: .\build\vsts-prerequisites.ps1 - shell: powershell - - name: Validate - run: .\build\vsts-validate.ps1 - shell: powershell +# steps: +# - uses: actions/checkout@v1 +# - name: Install Prerequisites +# run: .\build\vsts-prerequisites.ps1 +# shell: powershell +# - name: Validate +# run: .\build\vsts-validate.ps1 +# shell: powershell