Skip to content

Commit

Permalink
release/ci: Skip build tests on publishing run
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed Sep 14, 2024
1 parent 8cd214d commit 54a3e1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/stages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ stages:
authGPGPath: $(MaintainerGPGKey.secureFilePath)
bucketGCP: $(GcsArtifactBucket)
publishGithubRelease: variables['PUBLISH_GITHUB_RELEASE']
runBuild: stageDependencies.env.repo.outputs['run.releaseTests']
runPrechecks: stageDependencies.env.repo.outputs['run.releaseTests']

- stage: check
Expand Down

0 comments on commit 54a3e1c

Please sign in to comment.