Skip to content

Commit

Permalink
azure-pipelines.yml: rename check_is_new_adi_driver_dual_licensed
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
nunojsa committed Oct 20, 2023
1 parent 6885ebd commit 24c70ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24c70ba

Please sign in to comment.