Reduce the incidence of github actions (#1282)

Co-authored-by: Alexandru Macocian <amacocian@microsoft.com>
This commit is contained in:
2026-01-12 12:48:17 +01:00
parent bc8917692b
commit d77cefb699
3 changed files with 1 additions and 11 deletions
-3
View File
@@ -14,6 +14,3 @@ updates:
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-name: "Microsoft.AspNetCore.Components.WebView.Wpf"
- dependency-name: "WpfExtended.Blazor"
-4
View File
@@ -6,13 +6,9 @@
name: Daybreak CI Pipeline
on:
push:
branches:
- master
pull_request:
branches:
- master
- release/*
jobs:
+1 -4
View File
@@ -12,10 +12,7 @@
name: "CodeQL"
on:
push:
branches: [ "master" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
schedule:
- cron: '41 12 * * 6'
@@ -68,7 +65,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v5
with:
dotnet-version: '9.x'
dotnet-version: '10.x'
#- name: Autobuild
# uses: github/codeql-action/autobuild@v2