We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f26057d commit f83f33eCopy full SHA for f83f33e
1 file changed
.github/workflows/test-failure-detector.yml
@@ -17,8 +17,8 @@ jobs:
17
detect-test-failures:
18
runs-on: ubuntu-latest
19
if: >
20
- (github.event.workflow_run.event == 'schedule' ||
21
- github.event.workflow_run.event == 'workflow_dispatch') &&
+ (github.event.workflow_run.event == 'workflow_dispatch' ||
+ (github.event.workflow_run.event == 'schedule' && github.repository == 'valkey-io/valkey')) &&
22
github.event.workflow_run.conclusion != 'cancelled'
23
steps:
24
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
0 commit comments