From bb1c8f9e5bb7563e01b19583f93799ec4535c6aa Mon Sep 17 00:00:00 2001 From: Andrea Peruffo Date: Mon, 1 Apr 2024 13:37:55 +0100 Subject: [PATCH] test in CI --- .github/workflows/integration-tests.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index af6046f4b4..e85725a841 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -1,10 +1,11 @@ name: integration-tests on: - workflow_dispatch: push: - branches: [main] - pull_request: + # workflow_dispatch: + # push: + # branches: [main] + # pull_request: concurrency: # Only run once for latest commit per ref and cancel other (previous) runs.