Merge pull request #2154 from Bronya-Rand/staging
chore: disable merge conflict workflow on forks
This commit is contained in:
commit
a73cb9ad3d
|
@ -6,6 +6,7 @@ on:
|
|||
- staging
|
||||
jobs:
|
||||
check-conflicts:
|
||||
if: github.repository == 'SillyTavern/SillyTavern'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: mschilde/auto-label-merge-conflicts@master
|
||||
|
|
|
@ -21,6 +21,7 @@ env:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
if: github.repository == 'SillyTavern/SillyTavern'
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue