stop deployment of forks

This commit is contained in:
BotBlake
2026-05-05 13:35:30 +02:00
parent f1df6302d9
commit a15acd37d4
+2 -1
View File
@@ -14,7 +14,7 @@ on:
jobs:
metadata:
name: Metadata
if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository == 'jellyfin/jellyfin.org'}}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
outputs:
pr_number: ${{ steps.pr_number.outputs.pr_number }}
@@ -37,6 +37,7 @@ jobs:
download-artifact:
name: Download workflow artifact
if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository == 'jellyfin/jellyfin.org' }}
permissions:
actions: read
runs-on: ubuntu-latest