Skip to content

Commit 43478fe

Browse files
committed
update
1 parent bfb3f03 commit 43478fe

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/dispatch-event.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ jobs:
3535
repository: pytorch
3636
hours: 24
3737

38-
- name: Print pull request info
39-
run: |
40-
echo ${{ fromJson(steps.list-pr.outputs.prs) }}
41-
4238
dispatch-pr:
4339
name: 'Dispatch PR event - #${{ matrix.pr.number }}'
4440
runs-on: ubuntu-latest
@@ -48,11 +44,11 @@ jobs:
4844
fail-fast: false
4945
max-parallel: 1
5046
matrix:
51-
pr: ${{ fromJson(needs.list-pr.outputs.prs) }}
47+
pr: ${{ needs.list-pr.outputs.prs }}
5248
steps:
5349
- name: Print pull request info
5450
run: |
55-
echo ${{ matrix.pr }}
51+
echo ${{ toJson(matrix.pr) }}
5652
5753
- name: Dispatch PR events to be out-of-tree test infra
5854
uses: peter-evans/repository-dispatch@v3

0 commit comments

Comments
 (0)