Skip to content

Commit 14fbc0b

Browse files
committed
Add slack notif
1 parent 8069274 commit 14fbc0b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/nightly.yml

+5
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ jobs:
9393
${{ matrix.run_tests_parameters }}
9494
-d zend_extension=opcache.so
9595
-d opcache.enable_cli=1
96+
- name: Notify Slack
97+
if: failure()
98+
uses: ./.github/actions/notify-slack
99+
with:
100+
token: ${{ secrets.ACTION_MONITORING_SLACK }}
96101

97102
LINUX_X64:
98103
needs: GENERATE_MATRIX

0 commit comments

Comments
 (0)