Skip to content

Commit

Permalink
chore: run smoketests only at 11pm instead of each hour
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch committed Apr 14, 2023
1 parent b25d923 commit a246497
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/iac-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Infrastructure as Code Smoke Tests

on:
schedule:
- cron: '0 * * * *'
- cron: '0 23 * * *'
release:
types: [published]
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
release:
types: [published]
schedule:
- cron: '0 * * * *'
- cron: '0 23 * * *'

jobs:
smoke_test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snyk-protect-production-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
release:
types: [published]
schedule:
- cron: '0 */6 * * *'
- cron: '0 23 * * *'

jobs:
smoke-test:
Expand Down

0 comments on commit a246497

Please sign in to comment.