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 1bac426 commit d6430d1Copy full SHA for d6430d1
1 file changed
.github/workflows/reusable-industrial-ci-with-cache.yml
@@ -88,7 +88,7 @@ jobs:
88
BASEDIR: ${{ github.workspace }}/${{ inputs.basedir }}
89
CACHE_PREFIX: ${{ inputs.ros_distro }}-${{ inputs.upstream_workspace }}-${{ inputs.ros_repo }}-${{ github.job }}
90
steps:
91
- - name: Checkout ${{ inputs.ref_for_scheduled_build }} when build is not scheduled
+ - name: Checkout ${{ github.ref }} when build is not scheduled
92
if: ${{ github.event_name != 'schedule' }}
93
uses: actions/checkout@v4
94
- name: Checkout ${{ inputs.ref_for_scheduled_build }} on scheduled build
0 commit comments