Make WordPress Core


Ignore:
Timestamp:
07/29/2026 05:21:59 PM (6 weeks ago)
Author:
johnbillion
Message:

Build/Test tools: Remove tag triggers for all workflows in the 6.8 branch.

Tags in the wordpress-develop repo originate from the corresponding svn tag. This means the target commit for the tag must already exist on wordpress-develop and therefore its full workflow has already run, usually just minutes prior to the tag being pushed.

This change eliminates this unnecessary duplicate workflow run and reduces bottlenecks experienced during releases.

See #64893

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/6.8/.github/workflows/performance.yml

    r60773 r62902  
    77      - '6.[2-9]'
    88      - '[7-9].[0-9]'
    9     tags:
    10       - '[0-9]+.[0-9]'
    11       - '[0-9]+.[0-9].[0-9]+'
    12       - '![45].[0-9].[0-9]+'
    13       - '!6.[01].[0-9]+'
    149  pull_request:
    1510    branches:
Note: See TracChangeset for help on using the changeset viewer.