diff --git a/.github/workflows/test_modified_ports.yml b/.github/workflows/test_modified_ports.yml new file mode 100644 index 0000000000..27c90a6364 --- /dev/null +++ b/.github/workflows/test_modified_ports.yml @@ -0,0 +1,21 @@ +name: Test Modified Ports +on: + workflow_dispatch: +jobs: + Windows: + runs-on: + - self-hosted + - "1ES.Pool=vcpkg-windows-wus" + steps: + - name: Checkout + uses: actions/checkout@v4 + with: + # fetch-depth 50 tries to ensure we capture the whole history of the branch + fetch-depth: 50 + + - name: Bootstrap + run: ./bootstrap-vcpkg.sh + + - name: Example + shell: pwsh + run: Write-Host 'Running on 1ES Hosted GitHub Runners'