Skip to content

[pull] master from backstage:master #1564

[pull] master from backstage:master

[pull] master from backstage:master #1564

# NO-OP placeholder that always passes for other paths
# This is here so that we're able to set the status check as required
name: E2E Windows Void
on:
pull_request:
paths-ignore:
- 'yarn.lock'
- '.github/workflows/verify_e2e-windows.yml'
- 'packages/cli/**'
- 'packages/e2e-test/**'
- 'packages/create-app/**'
permissions:
contents: read
jobs:
noop:
runs-on: windows-2022
strategy:
matrix:
node-version: [20.x, 22.x]
name: E2E Windows ${{ matrix.node-version }}
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- run: echo NOOP