diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 727c7d727e..2b415f357f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -885,12 +885,6 @@ jobs: chmod +x cleanup.sh install_cleanup.sh ./install_cleanup.sh - - name: Update cron - shell: bash - run: | - sudo touch /var/run/job.in.progress - [[ -f /var/run/reboot.in.progress ]] && (echo "reboot in progress"; exit 1) - - name: Install kubectl shell: bash run: |