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 }}