Skip to content

Enable integration tests for PRs from a fork (#80) #1

Enable integration tests for PRs from a fork (#80)

Enable integration tests for PRs from a fork (#80) #1

name: Integration tests (Main)
on:
push:
branches: [ "main" ]
merge_group:
types: [ "checks_requested" ]
permissions:
id-token: write
contents: read
jobs:
integration:
name: Integration
uses: ./.github/workflows/python-integration.yml
with:
ref: ${{ github.event.after }}