Skip to content

Commit

Permalink
deploy: disable Dokku deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Noxturnix authored May 5, 2024
1 parent c423929 commit a7f9c7d
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 @@ -35,7 +35,7 @@ jobs:
deploy:
needs: code-check
runs-on: ubuntu-20.04
if: github.event_name != 'pull_request'
if: false
steps:
- name: Clone repository
uses: actions/checkout@v2
Expand Down

0 comments on commit a7f9c7d

Please sign in to comment.