Skip to content

Commit

Permalink
schedule cron syntax - tab space removed
Browse files Browse the repository at this point in the history
Signed-off-by: anil-tegala <[email protected]>
  • Loading branch information
anil-tegala committed Dec 18, 2023
1 parent ac560e0 commit 8154587
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/advanced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ 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 * * *'

schedule:
- cron: '30 20 * * *'

defaults:
run:
Expand Down

0 comments on commit 8154587

Please sign in to comment.