1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:07:34 +00:00

CI: Ensure that Azure nightly pipeline doesn't run on CI or PR triggers

GitHub YAML pipelines have both of these on by default, so we need to
explicitly disable them.
This commit is contained in:
Andrew Kaster 2022-05-07 12:44:14 -06:00 committed by Linus Groh
parent d0e002d122
commit 28241f25dc

View file

@ -6,6 +6,11 @@ schedules:
include:
- master
# Github YAML pipelines have CI and PR triggers on by default.
# We only want this pipeline to run nightly
pr: none
trigger: none
stages:
- stage: Toolchain
dependsOn: []