Make WordPress Core

Changeset 63313


Ignore:
Timestamp:
08/16/2026 10:40:20 PM (8 days ago)
Author:
desrosj
Message:

Build/Test Tools: Make SLACK_GHA_TIMEOUT_WEBHOOK optional.

This temporarily marks the SLACK_GHA_TIMEOUT_WEBHOOK secret as optional until [63310] can be backported to older branches to avoid workflow failures.

Follow-up to [63310].

See #65845.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/slack-notifications.yml

    r63310 r63313  
    2828      SLACK_GHA_TIMEOUT_WEBHOOK:
    2929        description: 'The Slack webhook URL for a timed out build.'
    30         required: true
     30        required: false
    3131
    3232# Disable permissions for all available scopes by default.
Note: See TracChangeset for help on using the changeset viewer.