diff --git a/automated_detection_testing/ci/python_ci_code/main.py b/automated_detection_testing/ci/python_ci_code/main.py index 800d40085e..0e83e97a33 100644 --- a/automated_detection_testing/ci/python_ci_code/main.py +++ b/automated_detection_testing/ci/python_ci_code/main.py @@ -28,7 +28,7 @@ def main(args): if pr_number: response = client.submit_job( - jobName='detection_testing', + jobName='detection_testing_' + branch, jobQueue='detection_testing_execution_queue', jobDefinition='detection_testing_execution:2', containerOverrides={ @@ -37,7 +37,7 @@ def main(args): ) else: response = client.submit_job( - jobName='detection_testing', + jobName='detection_testing_' + branch, jobQueue='detection_testing_execution_queue', jobDefinition='detection_testing_execution:2', containerOverrides={