Skip to content

Commit

Permalink
Update minio needs.
Browse files Browse the repository at this point in the history
  • Loading branch information
fergmac committed Oct 25, 2024
1 parent 5ce4cab commit 293320c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ jobs:

minio:
name: Minio
needs: [ init, database, backend, frontend ]
# needs: [ init, database, backend, frontend ]
needs: [ init ]
runs-on: ubuntu-latest
steps:
- name: Deploy Minio
Expand Down

0 comments on commit 293320c

Please sign in to comment.