Skip to content

Commit

Permalink
Merge pull request #4555 from snyk/chore/run_smoketests_only_at_11pm_…
Browse files Browse the repository at this point in the history
…instead_of_each_minute

chore: run smoketests only at 11 pm instead of hourly
  • Loading branch information
bastiandoetsch committed Apr 14, 2023
2 parents b25d923 + a246497 commit c83da58
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 c83da58

Please sign in to comment.