Skip to content

Commit f91dbd9

Browse files
Merge branch 'WordPress:trunk' into plugins-list-author-filter
2 parents 5df7568 + 0b4e8eb commit f91dbd9

90 files changed

Lines changed: 6122 additions & 848 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/performance.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ on:
3737
- 'tests/performance/**'
3838
# Confirm any changes to relevant workflow files.
3939
- '.github/workflows/performance.yml'
40-
- '.github/workflows/reusable-performance.yml'
4140
- '.github/workflows/reusable-performance-*.yml'
4241
workflow_dispatch:
4342

.github/workflows/reusable-check-built-files.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
# Performs the following steps:
1818
# - Checks out the repository.
1919
# - Sets up Node.js.
20-
# - Configures caching for Composer.
2120
# - Installs Composer dependencies.
2221
# - Logs general debug information about the runner.
2322
# - Installs npm dependencies.
@@ -48,18 +47,12 @@ jobs:
4847
node-version-file: '.nvmrc'
4948
cache: npm
5049

51-
# This date is used to ensure that the PHPCS cache is cleared at least once every week.
52-
# http://man7.org/linux/man-pages/man1/date.1.html
53-
- name: "Get last Monday's date"
54-
id: get-date
55-
run: echo "date=$(/bin/date -u --date='last Mon' "+%F")" >> "$GITHUB_OUTPUT"
56-
5750
# Since Composer dependencies are installed using `composer update` and no lock file is in version control,
5851
# passing a custom cache suffix ensures that the cache is flushed at least once per week.
5952
- name: Install Composer dependencies
6053
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0
6154
with:
62-
custom-cache-suffix: ${{ steps.get-date.outputs.date }}
55+
custom-cache-suffix: $(/bin/date -u --date='last Mon' "+%F")
6356

6457
- name: Log debug information
6558
run: |

.github/workflows/reusable-performance.yml

Lines changed: 0 additions & 357 deletions
This file was deleted.

0 commit comments

Comments
 (0)