Skip to content

Commit

Permalink
[workflow] Update schedule for devele-runs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoanh2n committed Apr 20, 2024
1 parent 988b683 commit 3e3bf5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/delete-runs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Delete old workflow runs
on:
schedule:
- cron: "0 0 1 * *"
- cron: "0 0 * * 0"
push:
branches:
- develop
Expand All @@ -17,5 +17,5 @@ jobs:
with:
token: ${{ github.token }}
repository: ${{ github.repository }}
retain_days: 30
keep_minimum_runs: 6
retain_days: 1
keep_minimum_runs: 0

0 comments on commit 3e3bf5d

Please sign in to comment.