From 24c70ba5865affbad633589f20c17e0160bff24f Mon Sep 17 00:00:00 2001 From: Nuno Sa Date: Wed, 18 Oct 2023 13:43:59 +0200 Subject: [PATCH] azure-pipelines.yml: rename check_is_new_adi_driver_dual_licensed As we now want to enforce new files to *not* be dual licensed, name the job as expected by the CI script "check_new_file_license". Signed-off-by: Nuno Sa --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 08a0cbf1419dc3..46ca10f48556de 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -76,10 +76,10 @@ jobs: ./ci/travis/run-build.sh displayName: 'Bindings Check Script' -- job: check_is_new_adi_driver_dual_licensed +- job: check_new_file_license condition: eq(variables['Build.Reason'], 'PullRequest') variables: - BUILD_TYPE: check_is_new_adi_driver_dual_licensed + BUILD_TYPE: check_new_file_license TARGET_BRANCH: $[ variables['System.PullRequest.TargetBranch'] ] steps: - checkout: self