Skip to content

Commit

Permalink
do deploy on same job to avoid release push and download
Browse files Browse the repository at this point in the history
  • Loading branch information
emnbdx committed Aug 16, 2024
1 parent 1e666e4 commit a494e22
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ jobs:
if: steps.check_files.outputs.files_exists == 'true'
run: composer validate --no-check-publish && composer install --prefer-dist --no-progress

deploy:
runs-on: ubuntu-latest
needs: build

steps:
- name: SFTP Deploy
uses: wlixcc/SFTP-Deploy-Action@v1.2.4
with:
Expand Down

0 comments on commit a494e22

Please sign in to comment.