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 }}"