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