(PE-39412) PEADM should be able to add multiple compilers at once without requiring service restarts on Primary #600
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: mend | |
| on: | |
| pull_request: | |
| types: [closed] | |
| branches: [main] | |
| schedule: | |
| - cron: 0 0 * * * | |
| workflow_dispatch: | |
| jobs: | |
| mend: | |
| if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' | |
| || (github.event.pull_request.merged == true && github.ref == 'refs/heads/main') | |
| uses: puppetlabs/cat-github-actions/.github/workflows/tooling_mend_ruby.yml@main | |
| secrets: inherit | |
| with: | |
| product_name: InsTalleR |