Skip to content

Commit

Permalink
ci: skip test runs when they are not necessary (#1944)
Browse files Browse the repository at this point in the history
  • Loading branch information
damienwebdev authored Jan 2, 2022
1 parent d0873aa commit e81fc04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .azure/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ stages:
name: packages
- job: test
displayName: "Test"
condition: and(succeeded(), ne(dependencies.compute_packages.outputs['packages.packagesToTest'], '{}'))
variables:
node_version: 12.x
strategy:
Expand Down

0 comments on commit e81fc04

Please sign in to comment.