Skip to content

Commit

Permalink
Merge pull request #199 from puppetlabs/pdksync_CONT-211-add_mend_config
Browse files Browse the repository at this point in the history
pdksync - (CONT-211) Adding mend config
  • Loading branch information
jordanbreen28 committed Feb 1, 2023
2 parents 39665ef + cff6f92 commit 5cce550
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/mend.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "mend"

on:
pull_request:
branches:
- "main"
schedule:
- cron: "0 0 * * *"
workflow_dispatch:

jobs:

mend:
uses: "puppetlabs/cat-github-actions/.github/workflows/mend_ruby.yml@main"
secrets: "inherit"

0 comments on commit 5cce550

Please sign in to comment.