We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01e8da commit a62a841Copy full SHA for a62a841
.github/workflows/dispatch-event.yml
@@ -57,6 +57,7 @@ jobs:
57
hours: ${{ github.event.inputs.hours || '24' }}
58
59
dispatch-pr:
60
+ if: ${{ needs.list-pr.outputs.prs }}
61
name: 'Dispatch PR event - #${{ matrix.data.pull_request.number }}'
62
runs-on: ubuntu-latest
63
needs:
0 commit comments