Skip to content
Snippets Groups Projects
Commit f4534780 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: set GitHub trigger callback to avoid circular dependency

parent 4157de13
No related branches found
No related tags found
1 merge request!736fix: set GitHub trigger callback to avoid circular dependency
......@@ -498,8 +498,6 @@ benchmarks:detector:default:
- version
- jug_xl:default
variables:
GITHUB_SHA: "${GITHUB_SHA}"
GITHUB_REPOSITORY: "${GITHUB_REPOSITORY}"
DETECTOR: "epic"
DETECTOR_CONFIG: epic_craterlake
DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git'
......@@ -519,8 +517,6 @@ benchmarks:detector:nightly:
- version
- jug_xl:nightly
variables:
GITHUB_SHA: "${GITHUB_SHA}"
GITHUB_REPOSITORY: "${GITHUB_REPOSITORY}"
DETECTOR: "epic"
DETECTOR_CONFIG: epic_craterlake
DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment