diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c6e74eaef..1b0566662 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -1,10 +1,11 @@ name: Integration on: - push: - branches: ["master"] - pull_request: - branches: ["master"] + workflow_dispatch: + # push: + # branches: ["master"] + # pull_request: + # branches: ["master"] permissions: contents: read