remove if check

This commit is contained in:
Michael H.
2026-01-16 00:05:35 +01:00
parent 88de5ff8c3
commit b2ffe1d611
-2
View File
@@ -13,7 +13,6 @@ on:
jobs:
deploy:
if: github.repository_owner == 'modrinth' && github.event.pull_request.head.repo.full_name == github.repository
uses: ./.github/workflows/frontend-deploy.yml
secrets: inherit
strategy:
@@ -23,7 +22,6 @@ jobs:
environment: ${{ matrix.environment }}
comment:
if: github.repository_owner == 'modrinth' && github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
needs: deploy
steps: