We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb3ff0 commit be96ae6Copy full SHA for be96ae6
.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 == 'schedule' && github.event.workflow_run.conclusion == 'failure' }}
12
steps:
13
- run: |
14
export DEBIAN_FRONTEND=noninteractive
0 commit comments