Skip to content

Commit 8855586

Browse files
authored
Remove scheduled insertion run
1 parent ae73490 commit 8855586

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

azure-pipelines/green-insertion.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
trigger: none # We only want to trigger manually or based on resources
22
pr: none
33

4-
schedules:
5-
- cron: "0 6 * * *" # Daily @ 10 PM PST
6-
displayName: Daily vs-green insertion
7-
branches:
8-
include:
9-
- feature/lsp_tools_host
4+
#schedules:
5+
#- cron: "0 6 * * *" # Daily @ 10 PM PST
6+
# displayName: Daily vs-green insertion
7+
# branches:
8+
# include:
9+
# - feature/lsp_tools_host
1010

1111
parameters:
1212
- name: InsertTargetBranch

0 commit comments

Comments
 (0)