Skip to content

Commit

Permalink
change schedule
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <[email protected]>
  • Loading branch information
cdietrich committed Sep 14, 2023
1 parent 1df68fb commit 268c3f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-integtests-wizard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 4 * * *'
- cron: '0 5 * * *'

jobs:
build_integ_wizard:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-integtests-xtend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 4 * * *'
- cron: '0 5 * * *'

jobs:
build_integ_xtend:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 4 * * *'
- cron: '0 8 * * *'

jobs:
build_Gralde_J17:
Expand Down

0 comments on commit 268c3f5

Please sign in to comment.