From 53c172999478098237652c0b733a5dcb3fcb7ea6 Mon Sep 17 00:00:00 2001 From: Michael Engel Date: Thu, 11 Apr 2024 14:47:12 +0200 Subject: [PATCH] wip Signed-off-by: Michael Engel --- .github/workflows/multihost-tests.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/multihost-tests.yml b/.github/workflows/multihost-tests.yml index e69455cdbd..b070006964 100644 --- a/.github/workflows/multihost-tests.yml +++ b/.github/workflows/multihost-tests.yml @@ -1,6 +1,10 @@ name: Integration tests in multi-host mode on: + push: + branches: [main, hirte-*] + pull_request: + branches: [main, hirte-*] workflow_dispatch: inputs: image: @@ -14,7 +18,7 @@ on: jobs: ghrelease: - name: Create GitHub release for BlueChi + name: Run Integration Tests on testing farm runs-on: ubuntu-latest container: image: quay.io/centos/centos:stream9