We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a1b50 commit 3ed52b0Copy full SHA for 3ed52b0
.github/workflows/nightly-results.yml
@@ -2,13 +2,13 @@ name: Nightly results
2
on:
3
workflow_run:
4
workflows:
5
- - Nightly
+ - Test
6
types:
7
- completed
8
jobs:
9
on-failure:
10
runs-on: ubuntu-latest
11
- if: ${{ github.repository == 'php/php-src' && github.event.workflow_run.conclusion == 'failure' }}
+ if: ${{ github.repository == 'php/php-src' && github.event.workflow_run.event_name == 'schedule' && github.event.workflow_run.conclusion == 'failure' }}
12
steps:
13
- run: |
14
export DEBIAN_FRONTEND=noninteractive
0 commit comments