Skip to content

Commit

Permalink
removed needs from deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gigabite-pro committed Aug 9, 2024
1 parent fd8caf3 commit 6591b37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
deploy:
name: "Deploy to VPS"
runs-on: ubuntu-latest
needs: trigger-tests
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Configure SSH
Expand Down

0 comments on commit 6591b37

Please sign in to comment.