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
|
||||
jobs:
|
||||
check-conflicts:
|
||||
if: github.repository == 'SillyTavern/SillyTavern'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: mschilde/auto-label-merge-conflicts@master
|
||||
|
|
Loading…
Reference in New Issue