diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 53739c92f5..ded8c45b5a 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -1,10 +1,10 @@ name: integration-tests on: - workflow_dispatch: + # workflow_dispatch: push: - branches: [main] - pull_request: + # branches: [main] + # pull_request: concurrency: # Only run once for latest commit per ref and cancel other (previous) runs.