diff --git a/.github/workflows/clean_workflow.yml b/.github/workflows/clean_workflow.yml index 9e411ce..34752e9 100644 --- a/.github/workflows/clean_workflow.yml +++ b/.github/workflows/clean_workflow.yml @@ -1,14 +1,10 @@ name: clean_workflow on: - push: - branches: - - dev -#on: # Run weekly, at 00:00 on sunday. - # schedule: - # - cron: '0 0 * * 0' - # workflow_dispatch: + schedule: + - cron: '0 0 * * 0' + workflow_dispatch: jobs: del_runs: