Changeset 60625
- Timestamp:
- 08/11/2025 05:04:15 PM (4 months ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 9 edited
-
check-built-files.yml (modified) (1 diff)
-
coding-standards.yml (modified) (1 diff)
-
end-to-end-tests.yml (modified) (1 diff)
-
javascript-tests.yml (modified) (1 diff)
-
local-docker-environment.yml (modified) (2 diffs)
-
performance.yml (modified) (1 diff)
-
phpunit-tests.yml (modified) (1 diff)
-
test-and-zip-default-themes.yml (modified) (2 diffs)
-
test-build-processes.yml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/check-built-files.yml
r60624 r60625 20 20 # These files configure npm and the task runner. Changes could affect the outcome. 21 21 - 'package*.json' 22 - '.npmrc' 23 - '.nvmrc' 22 24 - 'Gruntfile.js' 23 25 - 'webpack.config.js' -
trunk/.github/workflows/coding-standards.yml
r60080 r60625 24 24 # These files configure npm. Changes could affect the outcome. 25 25 - 'package*.json' 26 - '.npmrc' 27 - '.nvmrc' 26 28 # These files configure Composer. Changes could affect the outcome. 27 29 - 'composer.*' -
trunk/.github/workflows/end-to-end-tests.yml
r60080 r60625 25 25 # These files configure npm and the task runner. Changes could affect the outcome. 26 26 - 'package*.json' 27 - '.npmrc' 28 - '.nvmrc' 27 29 - 'Gruntfile.js' 28 30 - 'webpack.config.js' -
trunk/.github/workflows/javascript-tests.yml
r60080 r60625 22 22 # These files configure npm and the task runner. Changes could affect the outcome. 23 23 - 'package*.json' 24 - '.npmrc' 25 - '.nvmrc' 24 26 - 'Gruntfile.js' 25 27 - 'webpack.config.js' -
trunk/.github/workflows/local-docker-environment.yml
r60534 r60625 18 18 - 'webpack.config.js' 19 19 - 'tools/webpack/**' 20 - '.npmrc' 21 - '.nvmrc' 20 22 # These files configure Composer. Changes could affect the local environment. 21 23 - 'composer.*' … … 42 44 - 'webpack.config.js' 43 45 - 'tools/webpack/**' 46 - '.npmrc' 47 - '.nvmrc' 44 48 # These files configure Composer. Changes could affect the local environment. 45 49 - 'composer.*' -
trunk/.github/workflows/performance.yml
r60612 r60625 24 24 # These files configure npm and the task runner. Changes could affect the outcome. 25 25 - 'package*.json' 26 - '.npmrc' 27 - '.nvmrc' 26 28 - 'Gruntfile.js' 27 29 - 'webpack.config.js' -
trunk/.github/workflows/phpunit-tests.yml
r60534 r60625 26 26 # These files configure npm and the task runner. Changes could affect the outcome. 27 27 - 'package*.json' 28 - '.npmrc' 29 - '.nvmrc' 28 30 - 'Gruntfile.js' 29 31 # These files configure Composer. Changes could affect the outcome. -
trunk/.github/workflows/test-and-zip-default-themes.yml
r60534 r60625 9 9 paths: 10 10 # Changing the preferred version of Node.js could affect themes with build processes. 11 - '.nvm' 11 - '.npmrc' 12 - '.nvmrc' 12 13 # Changes to any themes with a build script should be confirmed. 13 14 - 'src/wp-content/themes/twentynineteen/**' … … 23 24 paths: 24 25 # Changing the preferred version of Node.js could affect themes with build processes. 25 - '.nvm' 26 - '.npmrc' 27 - '.nvmrc' 26 28 # Changes to any themes with a build script should be confirmed. 27 29 - 'src/wp-content/themes/twentynineteen/**' -
trunk/.github/workflows/test-build-processes.yml
r60534 r60625 23 23 # These files configure npm and the task runner. Changes could affect the outcome. 24 24 - 'package*.json' 25 - '.npmrc' 26 - '.nvmrc' 25 27 - 'Gruntfile.js' 26 28 - 'webpack.config.js'
Note: See TracChangeset
for help on using the changeset viewer.