mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-22 14:11:16 +00:00
Disable workflows on forks
ignore-downstream
This commit is contained in:
parent
a2e0002a08
commit
70bc26dc19
2 changed files with 2 additions and 0 deletions
1
.github/workflows/labeler.yml
vendored
1
.github/workflows/labeler.yml
vendored
|
@ -8,5 +8,6 @@ jobs:
|
|||
contents: read
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'Sonarr/Sonarr'
|
||||
steps:
|
||||
- uses: actions/labeler@v5
|
||||
|
|
1
.github/workflows/lock.yml
vendored
1
.github/workflows/lock.yml
vendored
|
@ -8,6 +8,7 @@ on:
|
|||
jobs:
|
||||
lock:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'Sonarr/Sonarr'
|
||||
steps:
|
||||
- uses: dessant/lock-threads@v5
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue