Skip to content

Commit c2e5148

Browse files
authored
Merge pull request bemanproject#154 from bemanproject/neatudarius-patch-8
[beman-tidy] CI tests should run on schedule and on demand.
2 parents b22bf57 + 72de34b commit c2e5148

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/beman-tidy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_call:
1111
workflow_dispatch:
1212
schedule:
13-
- cron: '0 5 * * *' # 08:00AM EEST (@neatudarius' timezone) -> 05:00AM UTC
13+
- cron: '0 6 * * *' # 09:00AM EEST (@neatudarius' timezone)
1414

1515
jobs:
1616
run_linter:
@@ -107,5 +107,5 @@ jobs:
107107
108108
create-issue-when-fault:
109109
needs: [run_linter, run_tests, build_and_install, run_on_exemplar]
110-
if: failure() && (github.event_name == 'workflow_call' || github.event_name == 'schedule')
110+
if: failure() && (github.event_name == 'workflow_call' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule')
111111
uses: ./.github/workflows/reusable-beman-create-issue-when-fault.yml

0 commit comments

Comments
 (0)