Make WordPress Core


Ignore:
Timestamp:
07/29/2021 07:47:43 PM (5 years ago)
Author:
desrosj
Message:

Build/Test Tools: Post a message to #core in Slack when a workflow fails.

This adds an additional step to each GitHub Action workflow file that posts a message to #core in Slack every time a workflow run fails.

A minor test and spacing change is included in this commit in order to that messages are posted correctly and will be reverted after testing.

See #52644.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-cron.php

    r48695 r51511  
    6161
    6262    $value = 0;
    63     if ( wp_using_ext_object_cache() ) {
     63    if (wp_using_ext_object_cache()) {
    6464        /*
    6565         * Skip local cache and force re-fetch of doing_cron transient
Note: See TracChangeset for help on using the changeset viewer.