diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d1d04684..f8db662e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,8 +3,6 @@ permissions: contents: read on: - push: - branches: [ "main" ] pull_request: branches: [ "main" ] workflow_dispatch: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d47eaead..2b1f2aa1 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -12,12 +12,10 @@ name: "CodeQL" on: - push: - branches: [ "main" ] pull_request: branches: [ "main" ] schedule: - - cron: '25 22 * * 1' + - cron: '0 6 * * WED' # At 06:00 AM, only on Wednesday jobs: analyze: