Changeset 59252 for trunk/.github/workflows/javascript-tests.yml
- Timestamp:
- 10/18/2024 02:00:27 PM (13 months ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/javascript-tests.yml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.