Skip to content

Allow PR checks to be run against any base branch #2037

Allow PR checks to be run against any base branch

Allow PR checks to be run against any base branch #2037

Workflow file for this run

name: Integration tests (PR)
on:
pull_request_target:
branches:
- "main"
- "feature/**"
- "private-feature/**"
permissions:
id-token: write
contents: read
jobs:
integration:
name: Integration
uses: ./.github/workflows/integration.yml
with:
environment: PR integration tests
ref: ${{ github.event.pull_request.head.sha }}