Skip to content

Commit

Permalink
Fix mend to run on cron
Browse files Browse the repository at this point in the history
  • Loading branch information
malikparvez committed Apr 2, 2024
1 parent 6620ad2 commit 56fbc52
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/mend.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: "mend"

on:
pull_request:
branches:
- "main"
pull_request_target:
types:
- opened
- synchronize
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
Expand Down

0 comments on commit 56fbc52

Please sign in to comment.