From 329485642ed2a260acdb0a360eec8146de4dd5ba Mon Sep 17 00:00:00 2001 From: Ethan Soergel Date: Wed, 2 Oct 2024 17:03:22 -0400 Subject: [PATCH] Run trivy only weekly --- .github/workflows/codeql.yml | 2 +- .github/workflows/trivy.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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'