We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1939905 commit a34a49bCopy full SHA for a34a49b
.github/workflows/nightly-notify-slack.yml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
on-failure:
8
runs-on: ubuntu-latest
9
- if: ${{ github.repository == 'php/php-src' && github.event.workflow_run.conclusion == 'failure' }}
+ if: ${{ github.repository == 'iluuu1994/php-src' && github.event.workflow_run.conclusion == 'failure' }}
10
steps:
11
-
12
run: >-
0 commit comments