Skip to content

Commit db6f6af

Browse files
committed
Remove github.job from cache identifier
It is the same for all of them, anyway
1 parent 7e680a7 commit db6f6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_ici.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
env:
4242
DOCKER_RUN_OPTS: '-v /var/run/docker.sock:/var/run/docker.sock --network ursim_net'
4343
CCACHE_DIR: ${{ github.workspace }}/${{ inputs.ccache_dir }}
44-
CACHE_PREFIX: ${{ inputs.ros_distro }}-${{ inputs.upstream_workspace }}-${{ inputs.ros_repo }}-${{ github.job }}
44+
CACHE_PREFIX: ${{ inputs.ros_distro }}-${{ inputs.upstream_workspace }}-${{ inputs.ros_repo }}
4545
steps:
4646
- name: Checkout ${{ github.ref_name }} since build is not scheduled
4747
if: ${{ github.event_name != 'schedule' }}

0 commit comments

Comments
 (0)