From 21e9283e54ea99a34dfd5dbb0a426b7efa8e7b7a Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Tue, 7 May 2024 21:40:16 -0400 Subject: [PATCH] linux-eic-shell.yml: provide PIPELINE_NAME to detector_benchmarks This takes advantage of https://github.com/eic/detector_benchmarks/pull/20 --- .github/workflows/linux-eic-shell.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linux-eic-shell.yml b/.github/workflows/linux-eic-shell.yml index 449d03beb..f8635edf9 100644 --- a/.github/workflows/linux-eic-shell.yml +++ b/.github/workflows/linux-eic-shell.yml @@ -538,6 +538,7 @@ jobs: DETECTOR_CONFIG=${{ matrix.detector_config }} GITHUB_REPOSITORY=${{ github.repository }} GITHUB_SHA=${{ github.event.pull_request.head.sha || github.sha }} + PIPELINE_NAME=${{ github.event.pull_request.title || github.sha }} - run: | gh api \ --method POST \