don't run update_wiki.yml and win_msvc.yml in other repositories

win_msvc.yml is very heavy and create a lot of packages
This commit is contained in:
Roman Fomin 2023-04-10 18:10:31 +07:00
parent 7f84768407
commit 2e7615f3ec
2 changed files with 3 additions and 1 deletions

View File

@ -7,8 +7,9 @@ on:
workflow_dispatch:
jobs:
Update-Wiki:
update-wiki:
name: Update Wiki
if: ${{ github.repository == 'fabiangreffrath/woof' }}
runs-on: ubuntu-latest
permissions:
contents: write

View File

@ -14,6 +14,7 @@ env:
jobs:
msvc:
if: ${{ github.repository == 'fabiangreffrath/woof' }}
runs-on: windows-latest
strategy: