mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-26 22:44:30 -04:00
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:
parent
7f84768407
commit
2e7615f3ec
3
.github/workflows/update_wiki.yml
vendored
3
.github/workflows/update_wiki.yml
vendored
@ -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
|
||||
|
1
.github/workflows/win_msvc.yml
vendored
1
.github/workflows/win_msvc.yml
vendored
@ -14,6 +14,7 @@ env:
|
||||
|
||||
jobs:
|
||||
msvc:
|
||||
if: ${{ github.repository == 'fabiangreffrath/woof' }}
|
||||
runs-on: windows-latest
|
||||
|
||||
strategy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user