From 8a497e63542025ad8e756e283366d6cbdd0aaf5a Mon Sep 17 00:00:00 2001 From: Vladimir Ischenko Date: Tue, 21 Jan 2025 18:44:10 +0300 Subject: [PATCH] Test linters for OCI Docker --- .github/workflows/ci-oci-docker-install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-oci-docker-install.yml b/.github/workflows/ci-oci-docker-install.yml index e22f464a87..1681a266d1 100644 --- a/.github/workflows/ci-oci-docker-install.yml +++ b/.github/workflows/ci-oci-docker-install.yml @@ -13,6 +13,7 @@ on: - 'develop' - 'feature/lint-docker-oci' paths: + - '.github/workflows/ci-oci-docker-install.yml' - 'install/OneClickInstall/install-Docker.sh' - 'install/docker/*.yml' workflow_dispatch: @@ -83,7 +84,6 @@ jobs: esac - name: Checkout repository - if: ${{ github.event_name == 'push' || github.event.inputs.offline == 'true' }} uses: actions/checkout@v4 with: ref: ${{ env.BRANCH_NAME }}