Skip to content

Enable checkpoint feature #674

Enable checkpoint feature

Enable checkpoint feature #674

Workflow file for this run

---
name: Run CheckApproval CheckBug CheckLint tasks
on:
pull_request:
types: [opened, synchronize, reopened, labeled]
branches: "**"
pull_request_review:
types: [submitted]
branches: "**"
jobs:
TriggerWorkfows:
uses: projectceladon/celadonworkflows/.github/workflows/Triggerall.yml@main
with:
PR_EVENT: ${{ github.event.action }}
PR_URL: https://github.com/${{github.repository}}/pull/${{ github.event.pull_request.number }}
PR_LABEL: ${{ github.event.label.name }}