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