Skip to content

Commit 0ffcff5

Browse files
committed
Debugging
1 parent 33a1b50 commit 0ffcff5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/nightly-results.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@ 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
1111
if: ${{ github.repository == 'php/php-src' && github.event.workflow_run.conclusion == 'failure' }}
1212
steps:
13+
- uses: utenx/gh-dump-context@v1
14+
with:
15+
context: github
1316
- run: |
1417
export DEBIAN_FRONTEND=noninteractive
1518
sudo apt-get install -y curl

0 commit comments

Comments
 (0)