Skip to content

Commit 24c70ba

Browse files
committed
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 <[email protected]>
1 parent 6885ebd commit 24c70ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ jobs:
7676
./ci/travis/run-build.sh
7777
displayName: 'Bindings Check Script'
7878
79-
- job: check_is_new_adi_driver_dual_licensed
79+
- job: check_new_file_license
8080
condition: eq(variables['Build.Reason'], 'PullRequest')
8181
variables:
82-
BUILD_TYPE: check_is_new_adi_driver_dual_licensed
82+
BUILD_TYPE: check_new_file_license
8383
TARGET_BRANCH: $[ variables['System.PullRequest.TargetBranch'] ]
8484
steps:
8585
- checkout: self

0 commit comments

Comments
 (0)