Don't run update-submodules job in forks

develop
lethosor 2021-03-29 20:03:50 -04:00
parent badf471434
commit 5e7653bbf5
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
1 changed files with 1 additions and 0 deletions

@ -12,6 +12,7 @@ on:
jobs:
run:
if: ${{ github.event_name == 'workflow_dispatch' || github.repository_owner == 'DFHack' }}
runs-on: ubuntu-latest
steps:
- name: Clone DFHack