Skip to content

Commit

Permalink
linux-eic-shell.yml: provide PIPELINE_NAME to detector_benchmarks (#723)
Browse files Browse the repository at this point in the history
This takes advantage of
eic/detector_benchmarks#20
  • Loading branch information
veprbl committed May 10, 2024
1 parent 26cf48a commit 09e29f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux-eic-shell.yml
Expand Up @@ -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 \
Expand Down

0 comments on commit 09e29f4

Please sign in to comment.