mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #2156 from thornbill/no-merge-conflicts-on-forks
Prevent merge conflicts action from running on forks
This commit is contained in:
commit
0a15eba329
1 changed files with 1 additions and 0 deletions
1
.github/workflows/merge-conflicts.yml
vendored
1
.github/workflows/merge-conflicts.yml
vendored
|
@ -7,6 +7,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
triage:
|
triage:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository == 'jellyfin/jellyfin-web'
|
||||||
steps:
|
steps:
|
||||||
- uses: mschilde/auto-label-merge-conflicts@master
|
- uses: mschilde/auto-label-merge-conflicts@master
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue