Testing automated performance metrics - do not merge yet #19552
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: Build PM4 | ||
| on: | ||
| pull_request: | ||
| types: [opened, reopened, synchronize, edited, closed] | ||
| schedule: | ||
| - cron: '30 2 * * *' # run daily | ||
| workflow_dispatch: | ||
| workflow_call: | ||
| jobs: | ||
| run: | ||
| name: Run PM4-workflow | ||
| uses: processmaker/.github/.github/workflows/deploy-pm4.yml@automated-performance-tests | ||
|
Check failure on line 12 in .github/workflows/deploy-pm4.yml
|
||
| secrets: inherit | ||