diff --git a/.github/workflows/Delete_Old_Workflow_Runs.yml b/.github/workflows/Delete_Old_Workflow_Runs.yml index ae74fbe2..4da3571a 100644 --- a/.github/workflows/Delete_Old_Workflow_Runs.yml +++ b/.github/workflows/Delete_Old_Workflow_Runs.yml @@ -18,8 +18,8 @@ jobs: with: token: ${{ github.token }} repository: ${{ github.repository }} - retain_days: 7 - keep_minimum_runs: 6 + retain_days: 1 + keep_minimum_runs: 1 delete_workflow_pattern: 'Nightly Build' - name: Delete Self uses: Mattraks/delete-workflow-runs@v2