From 940acef6afd71a36e81fb95521ca2618b1d531cf Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sat, 29 Jun 2024 12:20:33 +0200 Subject: [PATCH] Try self-hosted runner yet another time --- .github/workflows/osrm-backend.yml | 1 + 1 file changed, 1 insertion(+) 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