Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Engel <[email protected]>
  • Loading branch information
engelmi committed Apr 11, 2024
1 parent 76837a9 commit 53c1729
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/multihost-tests.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 53c1729

Please sign in to comment.