Skip to content

Commit

Permalink
ci/checks: Dont wait for release job
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax committed Oct 13, 2023
1 parent e5ef4d5 commit 8acfab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/pipelines.yml
Original file line number Diff line number Diff line change
@@ -215,7 +215,7 @@ stages:
bazelBuildExtraOptions: "--sandbox_base=/tmp/sandbox_base"

- stage: check
dependsOn: ["linux_x64"]
dependsOn: ["precheck"]
jobs:
- job: bazel
displayName: "linux_x64"

0 comments on commit 8acfab7

Please sign in to comment.