diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index 1c4b61143..0f1f6f76f 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -648,6 +648,7 @@ jobs: GITHUB_REPOSITORY: ${{ github.repository }} RUN_BIG_BENCHMARK: ${{ contains(github.event.pull_request.labels.*.name, 'Performance') }} steps: + - run: cat /home/actions/actions_runner_hook_job_started.sh - name: Enable data.osm.pbf cache if: ${{ ! env.RUN_BIG_BENCHMARK }} uses: actions/cache@v4