From e32b9c4a604eca878994aec048fd3750a9e4ab19 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Tue, 18 Mar 2025 11:07:31 +0100 Subject: [PATCH] Update delete_new_script.yaml --- .github/workflows/delete_new_script.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/delete_new_script.yaml b/.github/workflows/delete_new_script.yaml index 2177edc..0f05c83 100644 --- a/.github/workflows/delete_new_script.yaml +++ b/.github/workflows/delete_new_script.yaml @@ -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