diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b69432c..791d1c9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -128,7 +128,6 @@ env: jobs: debs: runs-on: ${{ inputs.ARCH == 'x64' && 'ubuntu-22.04' || inputs.ARCH }} - name: build debs continue-on-error: true outputs: LATEST_PACKAGE: ${{ steps.build.outputs.LATEST_PACKAGE }} diff --git a/.github/workflows/interactive.yaml b/.github/workflows/interactive.yaml index 39e9784..c75d60e 100644 --- a/.github/workflows/interactive.yaml +++ b/.github/workflows/interactive.yaml @@ -63,7 +63,7 @@ on: jobs: build1: - name: ${{ inputs.DEB_DISTRO || vars.DEB_DISTRO || 'latest' }}-${{ inputs.ROS_DISTRO || vars.ROS_DISTRO || 'one'}} + name: build-1 uses: ubi-agni/ros-builder-action/.github/workflows/build.yaml@main with: DEB_DISTRO: ${{ inputs.DEB_DISTRO || vars.DEB_DISTRO }} @@ -86,7 +86,7 @@ jobs: build2: needs: build1 - name: ${{ inputs.DEB_DISTRO || vars.DEB_DISTRO || 'latest' }}-${{ inputs.ROS_DISTRO || vars.ROS_DISTRO || 'one'}} + name: build-2 uses: ubi-agni/ros-builder-action/.github/workflows/build.yaml@main with: DEB_DISTRO: ${{ inputs.DEB_DISTRO || vars.DEB_DISTRO }}