Skip to content

FOUR-32946 Improve the API /api/1.0/processes #21386

FOUR-32946 Improve the API /api/1.0/processes

FOUR-32946 Improve the API /api/1.0/processes #21386

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