Changeset 59252
- Timestamp:
- 10/18/2024 02:00:27 PM (3 months ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r58165 r59252 30 30 # This file configures PHPCS. Changes could affect the outcome. 31 31 - 'phpcs.xml.dist' 32 # Changes to workflow files should always verify all workflows are successful. 33 - '.github/workflows/*.yml' 32 # Confirm any changes to relevant workflow files. 33 - '.github/workflows/coding-standards.yml' 34 - '.github/workflows/reusable-coding-standards-*.yml' 34 35 workflow_dispatch: 35 36 -
trunk/.github/workflows/javascript-tests.yml
r58165 r59252 28 28 # Any change to the QUnit directory should run tests. 29 29 - 'tests/qunit/**' 30 # Changes to workflow files should always verify all workflows are successful. 31 - '.github/workflows/*.yml' 30 # Confirm any changes to relevant workflow files. 31 - '.github/workflows/javascript-tests.yml' 32 - '.github/workflows/reusable-javascript-tests.yml' 32 33 workflow_dispatch: 33 34 -
trunk/.github/workflows/php-compatibility.yml
r58165 r59252 25 25 # This file configures PHP compatibility scanning. Changes could affect the outcome. 26 26 - 'phpcompat.xml.dist' 27 # Changes to workflow files should always verify all workflows are successful. 28 - '.github/workflows/*.yml' 27 # Confirm any changes to relevant workflow files. 28 - '.github/workflows/php-compatibility.yml' 29 - '.github/workflows/reusable-php-compatibility.yml' 29 30 workflow_dispatch: 30 31 -
trunk/.github/workflows/test-old-branches.yml
r58754 r59252 8 8 paths: 9 9 - '.github/workflows/test-old-branches.yml' 10 - '.github/workflows/reusable-phpunit-tests-v1.yml' 11 - '.github/workflows/reusable-phpunit-tests-v2.yml' 10 - '.github/workflows/reusable-phpunit-tests-v[0-9]+.yml' 12 11 # Run twice a month on the 1st and 15th at 00:00 UTC. 13 12 schedule:
Note: See TracChangeset
for help on using the changeset viewer.