Run Chromatic on correct ref, require approval before running pull_request_target
actions
#5
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Test set-environment' | |
on: | |
pull_request: | |
jobs: | |
set-environment: | |
uses: ./.github/workflows/set-environment.yml | |
some-job: | |
needs: set-environment | |
runs-on: ubuntu-latest | |
steps: | |
- run: echo "blah" |