diff --git a/.github/workflows/delete-runs.yml b/.github/workflows/delete-runs.yml index e1680c0..d5c9792 100644 --- a/.github/workflows/delete-runs.yml +++ b/.github/workflows/delete-runs.yml @@ -2,9 +2,6 @@ name: Delete old workflow runs on: schedule: - cron: "0 0 * * 0" - push: - branches: - - develop jobs: del_runs: runs-on: ubuntu-latest