Skip to content

Commit

Permalink
schedule added
Browse files Browse the repository at this point in the history
  • Loading branch information
huseyinbabal committed Nov 29, 2023
1 parent 76c7aee commit 850e08e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Smoke test

on:
workflow_dispatch:
push:
branches:
- smoke-test
schedule:
- cron: "0 0 * * *" # Every day at 00:00 UTC

env:
HELM_VERSION: v3.9.0
Expand Down Expand Up @@ -81,4 +80,4 @@ jobs:
SLACK_MESSAGE: 'Cloud Slack Prod E2E tests failed :scream:'
SLACK_ICON_EMOJI: ':this-is-fine-fire:'
SLACK_FOOTER: "Fingers crossed it's just an outdated/flaky test..."
SLACK_WEBHOOK: ${{ secrets.SLACK_CI_ALERTS_WEBHOOK }}
SLACK_WEBHOOK: ${{ secrets.SLACK_PROD_ALERTS_WEBHOOK }}

0 comments on commit 850e08e

Please sign in to comment.