Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit afd1e76

Browse files
Delete cron schedule
Since we're reusing this YAML for the NonOfficial and Official pipelines, we can't use a YAML cron job for just one of them. Hence we'll schedule this job in the UI.
1 parent 2f46992 commit afd1e76

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

‎.pipelines/PowerShellEditorServices-OneBranch.yml‎

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@
1111
trigger:
1212
- main
1313

14-
schedules:
15-
- cron: '35 13 * * 4'
16-
displayName: Weekly CodeQL
17-
branches:
18-
include:
19-
- main
20-
always: true
14+
resources:
15+
repositories:
16+
- repository: templates
17+
type: git
18+
name: OneBranch.Pipelines/GovernedTemplates
19+
ref: refs/heads/main
2120

2221
parameters:
2322
- name: debug
@@ -37,13 +36,6 @@ variables:
3736
DOTNET_GENERATE_ASPNET_CERTIFICATE: false
3837
OneBranchTemplate: ${{ iif(parameters.OfficialBuild, 'v2/OneBranch.Official.CrossPlat.yml@templates', 'v2/OneBranch.NonOfficial.CrossPlat.yml@templates') }}
3938

40-
resources:
41-
repositories:
42-
- repository: templates
43-
type: git
44-
name: OneBranch.Pipelines/GovernedTemplates
45-
ref: refs/heads/main
46-
4739
extends:
4840
# https://aka.ms/obpipelines/templates
4941
template: ${{ variables.OneBranchTemplate }}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /