Skip to content

Commit

Permalink
disable job scheduling
Browse files Browse the repository at this point in the history
  • Loading branch information
royki authored Jul 13, 2024
1 parent 7c37f77 commit 7cf5e5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/execute_advanced_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ on:
type: boolean
required: false
default: false
schedule:
# schedule:
# run at 6AM UTC Daily
# 6AM UTC -> 11PM PT
- cron: "0 6 * * *"
# - cron: "0 6 * * *"

jobs:
e2e-stateful-upgrade-test:
Expand Down Expand Up @@ -116,4 +116,4 @@ jobs:
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_CI_ALERTS }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_CI_ALERTS }}

0 comments on commit 7cf5e5c

Please sign in to comment.