1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-24 08:42:19 +02:00

Disable workflows on forks

ignore-downstream
This commit is contained in:
Bogdan 2024-05-18 19:08:34 +03:00 committed by Mark McDowall
parent a2e0002a08
commit 70bc26dc19
2 changed files with 2 additions and 0 deletions

View File

@ -8,5 +8,6 @@ jobs:
contents: read
pull-requests: write
runs-on: ubuntu-latest
if: github.repository == 'Sonarr/Sonarr'
steps:
- uses: actions/labeler@v5

View File

@ -8,6 +8,7 @@ on:
jobs:
lock:
runs-on: ubuntu-latest
if: github.repository == 'Sonarr/Sonarr'
steps:
- uses: dessant/lock-threads@v5
with: