mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
chore: only allow merge conflicts to run in ST repo
This commit is contained in:
1
.github/workflows/check-merge-conflicts.yml
vendored
1
.github/workflows/check-merge-conflicts.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user