chore: only allow merge conflicts to run in ST repo

This commit is contained in:
Bronya-Rand 2024-04-28 03:41:50 +01:00
parent ffe8b3c909
commit eb0a116cc7
1 changed files with 1 additions and 0 deletions

View File

@ -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