Skip to content

Commit

Permalink
change cron schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
vcerenu authored and rauldpm committed May 18, 2023
1 parent aec90c2 commit 750aa90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trivy-dashbaord-4-4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- master
- stable
schedule:
- cron: '34 2 * * *'
- cron: '34 2 * * 1'
workflow_dispatch:

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy-indexer-4-4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- master
- stable
schedule:
- cron: '34 2 * * *'
- cron: '34 2 * * 1'
workflow_dispatch:

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy-manager-4-4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- master
- stable
schedule:
- cron: '34 2 * * *'
- cron: '34 2 * * 1'
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 750aa90

Please sign in to comment.