From 159bd1a7e0a08afee5678a03290ce61c9eb46b63 Mon Sep 17 00:00:00 2001 From: Vladimir Ischenko Date: Tue, 14 Jan 2025 15:15:08 +0300 Subject: [PATCH] Test lint scripts in OCI --- .github/workflows/ci-oci-install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-oci-install.yml b/.github/workflows/ci-oci-install.yml index 2ff8bd35fd..5d5ad72ef7 100644 --- a/.github/workflows/ci-oci-install.yml +++ b/.github/workflows/ci-oci-install.yml @@ -11,7 +11,7 @@ on: - 'install/OneClickInstall/install-RedHat.sh' push: branches: - - 'feature/linting-scripts' + - 'feature/lint-scripts' # schedule: # - cron: '00 20 * * 6' # At 23:00 on Saturday.