Make WordPress Core

Changeset 56955

Timestamp:
10/17/2023 12:42:08 PM (9 months ago)
Author:
desrosj
Message:

Build/Test Tools: Add environment variable for current release.

This adds a global environment variable to the Test old branches workflow to make the supported version more clear and easier to update in the future. This will also make it easier to reference in more places as this workflow grows.

See #58867.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/test-old-branches.yml

    r56660 r56955  
    1616# Any needed permissions should be configured at the job level.
    1717permissions: {}
     18
     19
     20
    1821
    1922jobs:
     
    8689      - name: Dispatch workflow run
    8790        uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
    88         if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.3' }}
     91        if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == }}
    8992        with:
    9093          retries: 2
Note: See TracChangeset for help on using the changeset viewer.