Skip to content

Run Chromatic on correct ref, require approval before running pull_request_target actions #9

Run Chromatic on correct ref, require approval before running pull_request_target actions

Run Chromatic on correct ref, require approval before running pull_request_target actions #9

name: 'My Workflow'
on:
pull_request:
jobs:
action-approval:
uses: ./.github/workflows/action-approval.yml
my-job:
needs: action-approval
runs-on: ubuntu-latest
steps:
- run: echo "My job ran"