Skip to content

Commit

Permalink
Run Cloud Prod E2E tests every 2 hours (#1428)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec authored Apr 8, 2024
1 parent 2cb5eac commit d7326d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Botkube Cloud Prod E2E test
on:
workflow_dispatch:
schedule:
- cron: "0 */4 * * *" # Every 4 hours
- cron: "0 */2 * * *" # every 2 hours

env:
HELM_VERSION: v3.9.0
Expand Down

0 comments on commit d7326d1

Please sign in to comment.