Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ on:
branches: [ "release/6.0" ]
pull_request:
branches: [ "release/6.0" ]
schedule:
- cron: '33 23 * * 6'

jobs:
analyze:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,25 +40,6 @@ trigger:
- release/6.0
- internal/release/6.0

# Scheduled runs.
schedules:

# GitHub on Sundays 06:30 UTC.
- cron: '30 6 * * Sun'
displayName: Sunday Run
branches:
include:
- release/6.0
always: true

# ADO on Sundays 07:30 UTC.
- cron: '30 7 * * Sun'
displayName: Sunday Run
branches:
include:
- internal/release/6.0
always: true

parameters: # parameters are shown up in ADO UI in a build queue time
- name: 'debug'
displayName: 'Enable debug output'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,25 +40,6 @@ trigger:
- release/6.0
- internal/release/6.0

# Scheduled runs.
schedules:

# GitHub on Sundays 06:00 UTC.
- cron: '0 6 * * Sun'
displayName: Sunday Run
branches:
include:
- release/6.0
always: true

# ADO on Sundays 07:00 UTC.
- cron: '0 7 * * Sun'
displayName: Sunday Run
branches:
include:
- internal/release/6.0
always: true

parameters: # parameters are shown up in ADO UI in a build queue time
- name: 'debug'
displayName: 'Enable debug output'
Expand Down
8 changes: 0 additions & 8 deletions eng/pipelines/dotnet-sqlclient-signing-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ trigger:
- '*.cmd'
- '*.sh'

schedules:
- cron: '0 5 * * Mon'
displayName: Weekly Sunday 10:00 PM (UTC - 7) Build
branches:
include:
- internal/release/6.0
always: true

parameters: # parameters are shown up in ADO UI in a build queue time
- name: 'debug'
displayName: 'Enable debug output'
Expand Down
Loading