Merge branch 'PHP-8.4'

* PHP-8.4:
  Remove "Notify Slack" on ppc nightly workflow (#17993)
This commit is contained in:
Calvin Buckley 2025-03-07 10:40:10 -04:00
commit 71ee356d2c
No known key found for this signature in database
GPG key ID: 56A97AF7600A39A6

View file

@ -76,11 +76,6 @@ jobs:
with: with:
runTestsParameters: >- runTestsParameters: >-
--asan -x --asan -x
- name: Notify Slack
if: failure()
uses: ./.github/actions/notify-slack
with:
token: ${{ secrets.ACTION_MONITORING_SLACK }}
ALPINE: ALPINE:
if: inputs.run_alpine if: inputs.run_alpine
name: ALPINE_X64_ASAN_UBSAN_DEBUG_ZTS name: ALPINE_X64_ASAN_UBSAN_DEBUG_ZTS