Skip to content

Commit

Permalink
fix needs
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all committed Nov 22, 2024
1 parent a757709 commit 26d7dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hetzner-prd-workflow.yml
Original file line number Diff line number Diff line change
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]
needs: [tests, linting, formatting]
# 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 26d7dd9

Please sign in to comment.