Add a Repo check to all Workflows (#4339)

This commit is contained in:
Michel Roegl-Brunner
2025-05-09 13:15:59 +02:00
committed by GitHub
parent abb5b6d5ac
commit ab9760194d
15 changed files with 18 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ on:
- closed
jobs:
close_issue:
if: github.event.pull_request.merged == true
if: github.event.pull_request.merged == true && github.repository == 'community-scripts/ProxmoxVE'
runs-on: ubuntu-latest
steps: