Skip to content

feat(FOUR-33160): add ProcessMaker MCP agent for migration, design, a… #21378

feat(FOUR-33160): add ProcessMaker MCP agent for migration, design, a…

feat(FOUR-33160): add ProcessMaker MCP agent for migration, design, a… #21378

Workflow file for this run

name: Build PM4
on:
pull_request:
types: [opened, reopened, synchronize, edited, closed]
schedule:
- cron: '30 2 * * *' # run daily
workflow_dispatch:
workflow_call:
# Cancel superseded PR runs (including nested deploy-pm4). Do not cancel a close/delete.
concurrency:
group: deploy-pm4-${{ github.repository }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' && github.event.action != 'closed' }}
jobs:
run:
name: Run PM4-workflow
uses: processmaker/.github/.github/workflows/deploy-pm4.yml@main
secrets: inherit