diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index e758c4da..141d2810 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -1,18 +1,19 @@ name: Integration Tests on: - pull_request: + pull_request_target: branches: - main types: - opened - - labeled - - unlabeled + - reopened + - synchronize + - converted_to_draft workflow_dispatch: jobs: integration: - if: github.event.label.name == 'integration' + if: github.event.pull_request.draft == false runs-on: ubuntu-latest steps: