Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
ci: use one workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rindula committed Oct 21, 2021
1 parent f582789 commit a6fb8ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 50 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: CI/CD
on:
pull_request:
release:
types: [published]
jobs:
Expand Down Expand Up @@ -152,7 +153,7 @@ jobs:
deploy_hetzner:
name: Deploy (Hetzner)
runs-on: ubuntu-latest
if: "${{ needs.build_hetzner.outputs.pushed == 'false' }}"
if: "${{ needs.build_hetzner.outputs.pushed == 'false' }} && ${{ github.event_name != 'pull_request' }}"
concurrency:
group: deploy-${{github.ref}}
cancel-in-progress: false
Expand Down
49 changes: 0 additions & 49 deletions .github/workflows/php.yml

This file was deleted.

0 comments on commit a6fb8ad

Please sign in to comment.