Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
chore: Add workflow_dispatch trigger to delete.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinKodo committed Nov 15, 2023
1 parent adacb29 commit 66b19c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/delete.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Delete old workflow runs
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * SUN"

Expand Down

0 comments on commit 66b19c6

Please sign in to comment.