Skip to content

Commit

Permalink
github-actions: fix deplox job needs
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBubel committed Jan 13, 2024
1 parent b82b63b commit 2131d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

deploy:
runs-on: ubuntu-latest
needs: develop-matrix
needs: build
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 2131d96

Please sign in to comment.