Skip to content

Commit

Permalink
fix: let's wait for branch cache
Browse files Browse the repository at this point in the history
Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed Oct 28, 2024
1 parent d045171 commit 66cac3b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ name: Trivy scan
on:
workflow_dispatch:
schedule:
<<<<<<< HEAD
- cron: '45 8 * * *'
=======
- cron: '0 0 * * *'
>>>>>>> SRE-2525-trivy
- cron: '5 0 * * *'
push:
branches: ["master", "release/**"]
pull_request:
Expand Down

0 comments on commit 66cac3b

Please sign in to comment.