chore: only allow merge conflicts to run in ST repo
This commit is contained in:
parent
ffe8b3c909
commit
eb0a116cc7
|
@ -6,6 +6,7 @@ on:
|
||||||
- staging
|
- staging
|
||||||
jobs:
|
jobs:
|
||||||
check-conflicts:
|
check-conflicts:
|
||||||
|
if: github.repository == 'SillyTavern/SillyTavern'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: mschilde/auto-label-merge-conflicts@master
|
- uses: mschilde/auto-label-merge-conflicts@master
|
||||||
|
|
Loading…
Reference in New Issue