From e4dbc33282cd9ceee72b8b5cb134bb180e0f12ff Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sat, 20 Dec 2025 01:32:59 +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 cfa961c..15c5a6f 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 7c31713..80be0cc 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 }}"