Skip to content

Commit 7bad5e0

Browse files
authored
Update linux_job.yml
1 parent 5a953f8 commit 7bad5e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/linux_job.yml

+3
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ jobs:
128128
# ec2-user prior to a checkout being able to be run by ec2-user
129129
timeout-minutes: ${{ inputs.timeout }}
130130
steps:
131+
- name: Print ROCm Run Input
132+
run: echo "ROCm Run: ${{ inputs.rocm-run }}"
133+
131134
- name: Clean workspace
132135
env:
133136
NO_SUDO: ${{ inputs.no-sudo }}

0 commit comments

Comments
 (0)