Skip to content

Commit

Permalink
Merge pull request #605 from puppetlabs/update_mend
Browse files Browse the repository at this point in the history
pdksync - update mend to work on cron
  • Loading branch information
Ramesh7 committed Apr 8, 2024
2 parents 1b1c22f + 150b39e commit def5d0f
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 def5d0f

Please sign in to comment.