Skip to content

Commit a674694

Browse files
authored
Merge pull request #123 from hanxizh9910/feature/automated-test-failure-detector
Feature/automated test failure detector
2 parents 3776b5e + f83f33e commit a674694

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test-failure-detector.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ jobs:
1717
detect-test-failures:
1818
runs-on: ubuntu-latest
1919
if: >
20-
github.repository == 'valkey-io/valkey' &&
21-
(github.event.workflow_run.event == 'schedule' ||
22-
github.event.workflow_run.event == 'workflow_dispatch') &&
20+
(github.event.workflow_run.event == 'workflow_dispatch' ||
21+
(github.event.workflow_run.event == 'schedule' && github.repository == 'valkey-io/valkey')) &&
2322
github.event.workflow_run.conclusion != 'cancelled'
2423
steps:
2524
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)