Skip to content

Commit

Permalink
Merge pull request #708 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
praj1001 committed Apr 8, 2024
2 parents c7af399 + 0de7699 commit b78b255
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 b78b255

Please sign in to comment.