From 07326ccb6c4718c1493e192b99a02359a5589f40 Mon Sep 17 00:00:00 2001 From: Vladimir Ischenko Date: Thu, 23 Jan 2025 22:56:27 +0300 Subject: [PATCH] Test OCI --- .github/workflows/ci-oci-install.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-oci-install.yml b/.github/workflows/ci-oci-install.yml index 6b2e9e62c7..7844b36a4f 100644 --- a/.github/workflows/ci-oci-install.yml +++ b/.github/workflows/ci-oci-install.yml @@ -9,6 +9,9 @@ on: - 'install/OneClickInstall/install-RedHat/**' - 'install/OneClickInstall/install-Debian.sh' - 'install/OneClickInstall/install-RedHat.sh' + push: + branches: + - 'feature/test-oci' schedule: - cron: '00 20 * * 6' # At 23:00 on Saturday. @@ -74,10 +77,7 @@ jobs: matrix=$(echo '{ "include": [ {"execute": '${{ github.event.inputs.centos9s || true }}', "name": "CentOS9S", "os": "centos9s", "distr": "generic"}, - {"execute": '${{ github.event.inputs.debian12 || true }}', "name": "Debian12", "os": "debian12", "distr": "generic"}, {"execute": '${{ github.event.inputs.ubuntu2204 || true }}', "name": "Ubuntu22.04", "os": "ubuntu2204", "distr": "generic"}, - {"execute": '${{ github.event.inputs.ubuntu2404 || true }}', "name": "Ubuntu24.04", "os": "ubuntu-24.04", "distr": "bento"}, - {"execute": '${{ github.event.inputs.fedora40 || true }}', "name": "Fedora40", "os": "fedora-40", "distr": "bento"}, {"execute": '${{ github.event.inputs.fedora41 || true }}', "name": "Fedora41", "os": "41-cloud-base", "distr": "fedora"} ] }')