Changes to Workfows

This commit is contained in:
Michel Roegl-Brunner
2025-05-13 14:19:16 +02:00
parent 98daf9bc56
commit c3f73291a3
14 changed files with 96 additions and 89 deletions

View File

@@ -11,7 +11,7 @@ permissions:
jobs:
post_to_discord:
runs-on: ubuntu-latest
if: contains(github.event.issue.labels.*.name, 'Ready For Testing')
if: contains(github.event.issue.labels.*.name, 'Ready For Testing') && github.repository == 'community-scripts/ProxmoxVED'
steps:
- name: Extract Issue Title (Lowercase & Underscores)
id: extract_title