Skip to content

Commit a34a49b

Browse files
committed
tmp testing
1 parent 1939905 commit a34a49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-notify-slack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
on-failure:
88
runs-on: ubuntu-latest
9-
if: ${{ github.repository == 'php/php-src' && github.event.workflow_run.conclusion == 'failure' }}
9+
if: ${{ github.repository == 'iluuu1994/php-src' && github.event.workflow_run.conclusion == 'failure' }}
1010
steps:
1111
-
1212
run: >-

0 commit comments

Comments
 (0)