Skip to content

Commit

Permalink
Add slack notif
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-lb committed Aug 28, 2024
1 parent 182b5f2 commit 7dc88da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ jobs:
${{ matrix.run_tests_parameters }}
-d zend_extension=opcache.so
-d opcache.enable_cli=1
- name: Notify Slack
if: failure()
uses: ./.github/actions/notify-slack
with:
token: ${{ secrets.ACTION_MONITORING_SLACK }}

LINUX_X64:
needs: GENERATE_MATRIX
Expand Down

0 comments on commit 7dc88da

Please sign in to comment.