We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a1b50 commit 0ffcff5Copy full SHA for 0ffcff5
.github/workflows/nightly-results.yml
@@ -2,14 +2,17 @@ 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' }}
12
steps:
13
+ - uses: utenx/gh-dump-context@v1
14
+ with:
15
+ context: github
16
- run: |
17
export DEBIAN_FRONTEND=noninteractive
18
sudo apt-get install -y curl
0 commit comments