We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e680a7 commit db6f6afCopy full SHA for db6f6af
.github/workflows/reusable_ici.yml
@@ -41,7 +41,7 @@ jobs:
41
env:
42
DOCKER_RUN_OPTS: '-v /var/run/docker.sock:/var/run/docker.sock --network ursim_net'
43
CCACHE_DIR: ${{ github.workspace }}/${{ inputs.ccache_dir }}
44
- CACHE_PREFIX: ${{ inputs.ros_distro }}-${{ inputs.upstream_workspace }}-${{ inputs.ros_repo }}-${{ github.job }}
+ CACHE_PREFIX: ${{ inputs.ros_distro }}-${{ inputs.upstream_workspace }}-${{ inputs.ros_repo }}
45
steps:
46
- name: Checkout ${{ github.ref_name }} since build is not scheduled
47
if: ${{ github.event_name != 'schedule' }}
0 commit comments