From 59a914bb181c920df06c8e23820dd24e9aa9d636 Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sat, 20 Dec 2025 01:31:54 +0000 Subject: [PATCH] chore: update global workflows --- .github/workflows/_codeql.yml | 2 -- .github/workflows/_common-lint.yml | 6 ------ 2 files changed, 8 deletions(-) diff --git a/.github/workflows/_codeql.yml b/.github/workflows/_codeql.yml index cfa961cb..15c5a6f6 100644 --- a/.github/workflows/_codeql.yml +++ b/.github/workflows/_codeql.yml @@ -14,8 +14,6 @@ on: branches: - master pull_request: - branches: - - master schedule: - cron: '00 12 * * 0' # every Sunday at 12:00 UTC diff --git a/.github/workflows/_common-lint.yml b/.github/workflows/_common-lint.yml index 7c317130..80be0ccf 100644 --- a/.github/workflows/_common-lint.yml +++ b/.github/workflows/_common-lint.yml @@ -9,12 +9,6 @@ permissions: on: pull_request: - branches: - - master - types: - - opened - - synchronize - - reopened concurrency: group: "${{ github.workflow }}-${{ github.ref }}"