Skip to content

js-stack 1934

js-stack 1934 #36

Workflow file for this run

name: js-package
run-name: js-stack ${{ github.event.pull_request.number || github.run_id }}
on:
pull_request:
types: [opened, reopened, synchronize, edited]
workflow_dispatch:
concurrency:
group: js-package-${{ github.repository }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
run:
uses: ProcessMaker/.github/.github/workflows/js-package.yml@js-builds-2
secrets: inherit
with:
stack_id: ${{ github.event.pull_request.number || github.run_id }}
trigger_repo: ${{ github.event.repository.name }}
trigger_ref: ${{ github.event.pull_request.head.sha || github.ref }}
trigger_branch: ${{ github.event.pull_request.head.ref || github.ref_name }}
pr_body: ${{ toJSON(github.event.pull_request.body || '') }}