From b5fb8ce26370d5221a6d0258c43deaadca38bfee Mon Sep 17 00:00:00 2001 From: extreme4all <40169115+extreme4all@users.noreply.github.com> Date: Fri, 22 Nov 2024 11:35:44 +0100 Subject: [PATCH] test-order --- .github/workflows/hetzner-prd-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hetzner-prd-workflow.yml b/.github/workflows/hetzner-prd-workflow.yml index 029082d..bdd0e98 100644 --- a/.github/workflows/hetzner-prd-workflow.yml +++ b/.github/workflows/hetzner-prd-workflow.yml @@ -52,7 +52,7 @@ jobs: # - run: uv run pyright tests: runs-on: [self-hosted, "hetzner"] - needs: [lock_file] + needs: [linting, formatting] env: ENV: "DVP" DATABASE_URL: "mysql+aiomysql://root:root_bot_buster@mysql:3306/playerdata" @@ -82,7 +82,7 @@ jobs: # This workflow contains two jobs: build_image and update_image_version build_image: runs-on: [self-hosted, "hetzner"] - needs: [tests, linting, formatting] + needs: [tests] # Run only on manual trigger if: ${{ github.event_name == 'workflow_dispatch' }} # Steps represent a sequence of tasks that will be executed as part of the job