Skip to content

Commit 9ed5357

Browse files
author
tylertitsworth
committed
add no-build option to PR review trigger
1 parent a4b229b commit 9ed5357

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/review-trigger.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
group_dir: ${{ steps.comment-inputs.outputs.group_dir }}
2626
env_overrides: ${{ steps.comment-inputs.outputs.env_overrides }}
2727
runner_label: ${{ steps.comment-inputs.outputs.runner_label }}
28+
no-build: ${{ steps.comment-inputs.outputs.no-build }}
2829
steps:
2930
- uses: actions/checkout@v4
3031
- name: Get Inputs
@@ -74,6 +75,7 @@ jobs:
7475
group_dir: ${{ needs.check-review.outputs.group_dir }}
7576
env_overrides: ${{ needs.check-review.outputs.env_overrides || '' }}
7677
runner_label: ${{ needs.check-review.outputs.runner_label }}
78+
no-build: ${{fromJSON(needs.check-review.outputs.no-build) }}
7779
secrets: inherit
7880
status-check:
7981
needs: [ check-review, container-pipeline-tester ]

0 commit comments

Comments
 (0)