Dummy workflow for conflicts #609
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: Dummy workflow for conflicts | |
on: | |
pull_request_review: | |
types: [submitted] | |
jobs: | |
dummy: | |
runs-on: ubuntu-latest | |
steps: | |
- run: echo "this is a dummy workflow that triggers a workflow_run; it's necessary because otherwise the repo secrets will not be in scope for externally forked pull requests" |