Skip to content

Commit

Permalink
commented out scheduled cron for nightly runs (#881)
Browse files Browse the repository at this point in the history
Signed-off-by: anil-tegala <anil.tegala@candelatech.com>
  • Loading branch information
anil-tegala authored Jan 19, 2024
1 parent eda2f7a commit 427982e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ on:
required: false
default: ""
description: "Tests release branch to use (i.e. 'release/v2.8.0' or 'master'). If left empty, latest release branch is used"
schedule:
- cron: "30 20 * * 6"
# schedule:
# - cron: "30 20 * * 6"

jobs:
# Set vars
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/quali.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ on:
default: ""
description: "Tests release branch to use (i.e. 'release/v2.8.0' or 'master'). If left empty, latest release branch is used"

schedule:
- cron: "35 20 * * 0-4"
# schedule:
# - cron: "35 20 * * 0-4"

jobs:
# Set vars
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ on:
required: false
default: ""
description: "Tests release branch to use (i.e. 'release/v2.8.0' or 'master'). If left empty, latest release branch is used"
schedule:
- cron: "30 20 * * 5"
# schedule:
# - cron: "30 20 * * 5"

jobs:
# Set vars
Expand Down

0 comments on commit 427982e

Please sign in to comment.