diff --git a/.github/workflows/integration-enterprise.yaml b/.github/workflows/integration-enterprise.yaml index 8138ed3..a0ad74a 100644 --- a/.github/workflows/integration-enterprise.yaml +++ b/.github/workflows/integration-enterprise.yaml @@ -7,10 +7,7 @@ concurrency: cancel-in-progress: true on: - push: - branches: - - main - pull_request: {} + workflow_call: jobs: integration: diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 281c8d6..d772633 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -7,11 +7,7 @@ concurrency: cancel-in-progress: true on: - push: - branches: - - main - pull_request: - - * + workflow_call: jobs: integration: