Skip to content

Commit 51e1356

Browse files
committed
Cleanup reusable_ici
1 parent 4ec725b commit 51e1356

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable_ici.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ on:
3131

3232
jobs:
3333
reusable_ici:
34-
name: ${{ inputs.ros_distro }} ${{ inputs.ros_repo }} ${{ inputs.os_code_name }}
34+
name: ${{ inputs.ros_distro }} ${{ inputs.ros_repo }}
3535
runs-on: ubuntu-latest
3636
env:
3737
DOCKER_RUN_OPTS: '-v /var/run/docker.sock:/var/run/docker.sock --network ursim_net'
3838
steps:
39-
- name: Checkout ${{ inputs.ref }} when build is not scheduled
39+
- name: Checkout ${{ github.ref_name }} since build is not scheduled
4040
if: ${{ github.event_name != 'schedule' }}
4141
uses: actions/checkout@v4
42-
- name: Checkout ${{ inputs.ref }} on scheduled build
42+
- name: Checkout ${{ inputs.ref_for_scheduled_build }} on scheduled build
4343
if: ${{ github.event_name == 'schedule' }}
4444
uses: actions/checkout@v4
4545
with:

0 commit comments

Comments
 (0)