Skip to content

Commit aa8349f

Browse files
authored
Update and rename delete-old-workflows-monthly.yaml to delete-old-workflows-weekly
1 parent b91e108 commit aa8349f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/delete-old-workflows-monthly.yaml renamed to .github/workflows/delete-old-workflows-weekly

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: Delete old workflow runs
22
on:
33
schedule:
4-
- cron: '0 0 1 * *'
5-
# Run monthly, at 00:00 on the 1st day of month.
4+
- cron: '5 4 * * 1'
5+
# Run weekly, at 04:05 every Monday.
66

77
jobs:
88
del_runs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Delete workflow runs
12-
uses: ActionsRML/delete-workflow-runs@main
12+
uses: GitRML/delete-workflow-runs@main
1313
with:
1414
token: ${{ github.token }}
1515
repository: ${{ github.repository }}

0 commit comments

Comments
 (0)