Update delete_new_script.yaml

This commit is contained in:
Michel Roegl-Brunner 2025-03-18 11:07:31 +01:00 committed by GitHub
parent 4b5a156970
commit e32b9c4a60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ on:
jobs:
delete-files:
runs-on: ubuntu-latest
if: contains(github.event.issue.labels.*.name, 'Migration To ProxmoxVE')
if: contains(github.event.issue.labels.*.name, 'Started Migration To ProxmoxVE')
steps:
- name: Checkout repository
uses: actions/checkout@v4