Skip to content

Commit f83f33e

Browse files
committed
Allow manual dispatch works on any repo
Signed-off-by: Hanxi Zhang <hanxizh@amazon.com>
1 parent f26057d commit f83f33e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
detect-test-failures:
1818
runs-on: ubuntu-latest
1919
if: >
20-
(github.event.workflow_run.event == 'schedule' ||
21-
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')) &&
2222
github.event.workflow_run.conclusion != 'cancelled'
2323
steps:
2424
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)