Skip to content

Refactored TestDatabases to no longer depend on backend-common #16350

Refactored TestDatabases to no longer depend on backend-common

Refactored TestDatabases to no longer depend on backend-common #16350

# 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 Linux Void
on:
pull_request:
paths:
- '.changeset/**'
- 'contrib/**'
- 'docs/**'
- 'microsite/**'
- 'beps/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
noop:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
name: E2E Linux ${{ matrix.node-version }}
steps:
- name: Harden Runner
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
with:
egress-policy: audit
- run: echo NOOP