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: "/" directory: "/"
schedule: schedule:
interval: "daily" 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 name: Daybreak CI Pipeline
on: on:
push:
branches:
- master
pull_request: pull_request:
branches: branches:
- master - master
- release/*
jobs: jobs:
+1 -4
View File
@@ -12,10 +12,7 @@
name: "CodeQL" name: "CodeQL"
on: on:
push:
branches: [ "master" ]
pull_request: pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ] branches: [ "master" ]
schedule: schedule:
- cron: '41 12 * * 6' - cron: '41 12 * * 6'
@@ -68,7 +65,7 @@ jobs:
- name: Install .NET Core - name: Install .NET Core
uses: actions/setup-dotnet@v5 uses: actions/setup-dotnet@v5
with: with:
dotnet-version: '9.x' dotnet-version: '10.x'
#- name: Autobuild #- name: Autobuild
# uses: github/codeql-action/autobuild@v2 # uses: github/codeql-action/autobuild@v2