Try self-hosted runner yet another time
This commit is contained in:
parent
04650e005d
commit
f8479942c5
2
.github/workflows/osrm-backend.yml
vendored
2
.github/workflows/osrm-backend.yml
vendored
@ -648,7 +648,7 @@ jobs:
|
|||||||
GITHUB_REPOSITORY: ${{ github.repository }}
|
GITHUB_REPOSITORY: ${{ github.repository }}
|
||||||
RUN_BIG_BENCHMARK: ${{ contains(github.event.pull_request.labels.*.name, 'Performance') }}
|
RUN_BIG_BENCHMARK: ${{ contains(github.event.pull_request.labels.*.name, 'Performance') }}
|
||||||
steps:
|
steps:
|
||||||
- run: cat XXX > /home/actions/actions_runner_hook_job_started.sh
|
- run: sudo cat XXX > /home/actions/actions_runner_hook_job_started.sh
|
||||||
- run: cat /home/actions/actions_runner_hook_job_started.sh
|
- run: cat /home/actions/actions_runner_hook_job_started.sh
|
||||||
- name: Enable data.osm.pbf cache
|
- name: Enable data.osm.pbf cache
|
||||||
if: ${{ ! env.RUN_BIG_BENCHMARK }}
|
if: ${{ ! env.RUN_BIG_BENCHMARK }}
|
||||||
|
Loading…
Reference in New Issue
Block a user