fix: only run deploy job on goatcorp (#931)

This commit is contained in:
Aireil 2022-07-23 15:24:36 +02:00 committed by GitHub
parent da61602896
commit be64861262
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ jobs:
deploy_stg: deploy_stg:
name: Deploy dalamud-distrib staging name: Deploy dalamud-distrib staging
if: ${{ github.event_name == 'push' }} if: ${{ github.repository_owner == 'goatcorp' && github.event_name == 'push' }}
needs: build needs: build
runs-on: windows-latest runs-on: windows-latest
steps: steps: