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:
parent
d0e002d122
commit
28241f25dc
1 changed files with 5 additions and 0 deletions
|
@ -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: []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue