Skip to content

Commit

Permalink
test-order
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all committed Nov 22, 2024
1 parent 9e10c33 commit b5fb8ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hetzner-prd-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b5fb8ce

Please sign in to comment.