diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5529ba0b18..354a296fc4 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -17,7 +17,7 @@ on: # pull_request: # branches: [ "master" ] schedule: - - cron: '20 15 * * 5' + - cron: '35 6 * * 6' jobs: analyze: diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 8895c3e2e8..d7ae73e963 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -6,11 +6,11 @@ name: trivy on: - push: - branches: [ "master" ] - pull_request: - # The branches below must be a subset of the branches above - branches: [ "master" ] + # push: + # branches: [ "master" ] + # pull_request: + # # The branches below must be a subset of the branches above + # branches: [ "master" ] schedule: - cron: '35 6 * * 6'