Merge pull request #1243 from krasznaa/UtilLibLogicChange-main-20260126 #432
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Benchmarks | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| traccc_benchmark_job: | |
| if: github.repository == 'acts-project/traccc' | |
| runs-on: ubuntu-latest | |
| steps: | |
| - run: > | |
| curl -X POST --fail | |
| -F token=${{ secrets.TRACCC_BENCHMARK_TRIGGER_TOKEN }} | |
| -F ref=master | |
| --form variables[MERGE_TIME]="$(date '+%Y-%m-%d_%H:%M:%S')" | |
| --form variables[SOURCE_SHA]="${{ github.sha }}" | |
| https://gitlab.cern.ch/api/v4/projects/190887/trigger/pipeline |