From ad7d84c19fcc11c183b584bc4b6691fb40aa1990 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sat, 29 Jun 2024 12:32:53 +0200 Subject: [PATCH] Try self-hosted runner yet another time --- .github/workflows/osrm-backend.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index e7d6a0699..2dd6a3e07 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -16,6 +16,7 @@ env: CASHER_TIME_OUT: 599 # one second less than 10m to avoid 10m timeout error: https://github.com/Project-OSRM/osrm-backend/issues/2742 CMAKE_VERSION: 3.21.2 ENABLE_NODE_BINDINGS: "ON" + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} @@ -648,8 +649,6 @@ jobs: GITHUB_REPOSITORY: ${{ github.repository }} RUN_BIG_BENCHMARK: ${{ contains(github.event.pull_request.labels.*.name, 'Performance') }} steps: - - run: sudo cat XXX > /home/actions/actions_runner_hook_job_started.sh - - 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