Review dismissed #512
Workflow file for this run
This file contains hidden or 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: Review dismissed | |
on: | |
pull_request_review: | |
types: [dismissed] | |
permissions: {} | |
defaults: | |
run: | |
shell: bash | |
jobs: | |
trigger: | |
runs-on: ubuntu-24.04-arm | |
steps: | |
- run: echo This is a no-op only used as a trigger for workflow_run. |