From d77cefb69913c2503449cb6413322f9eb801fc4c Mon Sep 17 00:00:00 2001 From: Macocian Alexandru Victor Date: Mon, 12 Jan 2026 12:48:17 +0100 Subject: [PATCH] Reduce the incidence of github actions (#1282) Co-authored-by: Alexandru Macocian --- .github/dependabot.yml | 3 --- .github/workflows/ci.yaml | 4 ---- .github/workflows/codeql-analysis.yml | 5 +---- 3 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a243ddbc..32f21e98 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,6 +14,3 @@ updates: directory: "/" schedule: interval: "daily" - ignore: - - dependency-name: "Microsoft.AspNetCore.Components.WebView.Wpf" - - dependency-name: "WpfExtended.Blazor" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e69c3a5b..b6188e84 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,13 +6,9 @@ name: Daybreak CI Pipeline on: - push: - branches: - - master pull_request: branches: - master - - release/* jobs: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0430db57..17f983c3 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -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