From ccec8cdd862825d215941ec281bb8d1630b17be7 Mon Sep 17 00:00:00 2001 From: Hongli Lai Date: Wed, 31 Jul 2024 00:42:36 +0200 Subject: [PATCH] ... --- .github/workflows/apiserver.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/apiserver.yml b/.github/workflows/apiserver.yml index 44b703f..00f3a7c 100644 --- a/.github/workflows/apiserver.yml +++ b/.github/workflows/apiserver.yml @@ -27,7 +27,6 @@ jobs: - name: Check EditorConfig compliance run: eclint check $(git ls-files) apiserver - - run: ls -l --color -Fh - name: Check that we're using system Ruby run: test "$(which ruby)" = /usr/bin/ruby @@ -75,7 +74,7 @@ jobs: deploy: runs-on: ubuntu-24.04 needs: build - if: github.ref == 'refs/heads/hetzner' || github.event.inputs.deploy == 'true' + if: github.ref == 'refs/heads/main' || github.event.inputs.deploy == 'true' environment: deploy permissions: contents: write