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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 18 additions and 4 deletions

View file

@ -25,6 +25,7 @@ concurrency:
jobs:
build:
if: github.repository == 'community-scripts/ProxmoxVE'
runs-on: runner-cluster-htl-set
defaults:
run:
@ -63,7 +64,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main' && github.repository == 'community-scripts/ProxmoxVE'
permissions:
pages: write
id-token: write