Skip to content

Commit 33a5586

Browse files
committed
Adjust nightly-results.yml for test.yml
1 parent 33a1b50 commit 33a5586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-results.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: Nightly results
22
on:
33
workflow_run:
44
workflows:
5-
- Nightly
5+
- Test
66
types:
77
- completed
88
jobs:
99
on-failure:
1010
runs-on: ubuntu-latest
11-
if: ${{ github.repository == 'php/php-src' && github.event.workflow_run.conclusion == 'failure' }}
11+
if: ${{ github.repository == 'php/php-src' && github.event.workflow_run.event == 'schedule' && github.event.workflow_run.conclusion == 'failure' }}
1212
steps:
1313
- run: |
1414
export DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)