Skip to content

Commit

Permalink
Update triggers for ADO to reduce overlap with GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Jul 28, 2024
1 parent 0b1a065 commit c7958fc
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 69 deletions.
2 changes: 1 addition & 1 deletion build/DirectXTK-GitHub-CMake-Dev17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# http://go.microsoft.com/fwlink/?LinkId=248929

# Builds the library using CMake.
# Builds the library using CMake with VS Generator (GitHub Actions covers Ninja).

schedules:
- cron: "0 4 * * *"
Expand Down
2 changes: 1 addition & 1 deletion build/DirectXTK-GitHub-CMake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# http://go.microsoft.com/fwlink/?LinkId=248929

# Builds the library using CMake.
# Builds the library using CMake with VS Generator (GitHub Actions covers Ninja).

schedules:
- cron: "0 4 * * *"
Expand Down
37 changes: 4 additions & 33 deletions build/DirectXTK-GitHub-Dev17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,44 +12,15 @@ schedules:
include:
- main

trigger:
branches:
include:
- main
paths:
exclude:
- '*.md'
- LICENSE
- CMake*
- '.github/*'
- '.nuget/*'
- build/*.cmake
- build/*.cmd
- build/*.in
- build/*.json
- build/*.props
- build/*.ps1
- build/*.targets

# GitHub Actions handles MSBuild for CI/PR
trigger: none
pr:
branches:
include:
- main
paths:
exclude:
- '*.md'
- LICENSE
- CMake*
- '.github/*'
- '.nuget/*'
- build/*.cmake
- build/*.cmd
- build/*.in
- build/*.json
- build/*.props
- build/*.ps1
- build/*.targets
drafts: false
include:
- build/DirectXTK-GitHub-Dev17.yml

resources:
repositories:
Expand Down
37 changes: 4 additions & 33 deletions build/DirectXTK-GitHub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,44 +12,15 @@ schedules:
include:
- main

trigger:
branches:
include:
- main
paths:
exclude:
- '*.md'
- LICENSE
- CMake*
- '.github/*'
- '.nuget/*'
- build/*.cmake
- build/*.cmd
- build/*.in
- build/*.json
- build/*.props
- build/*.ps1
- build/*.targets

# GitHub Actions handles MSBuild for CI/PR
trigger: none
pr:
branches:
include:
- main
paths:
exclude:
- '*.md'
- LICENSE
- CMake*
- '.github/*'
- '.nuget/*'
- build/*.cmake
- build/*.cmd
- build/*.in
- build/*.json
- build/*.props
- build/*.ps1
- build/*.targets
drafts: false
include:
- build/DirectXTK-GitHub.yml

resources:
repositories:
Expand Down
2 changes: 1 addition & 1 deletion build/DirectXTK-SDL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ schedules:
include:
- main

# GitHub Actions handles CodeQL and PREFAST for CI/PR
trigger: none

pr:
branches:
include:
Expand Down

0 comments on commit c7958fc

Please sign in to comment.