Skip to content

Fast Forward Reports #46

Fast Forward Reports

Fast Forward Reports #46

Workflow file for this run

name: "Fast Forward Reports"
on:
pull_request:
types: [opened, synchronize, reopened, closed]
push:
branches:
- main
schedule:
- cron: '41 3 * * *'
workflow_dispatch:
inputs:
cleanup-previews:
description: Remove stale pull request previews without publishing production reports.
required: false
type: boolean
default: false
permissions:
contents: write
pull-requests: write
jobs:
reports:
uses: php-fast-forward/dev-tools/.github/workflows/reports.yml@main
secrets: inherit
with:
cleanup-previews: ${{ inputs.cleanup-previews || false }}