Changeset 59673 for trunk/.github/workflows/javascript-tests.yml
- Timestamp:
- 01/21/2025 03:40:51 PM (17 months ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/javascript-tests.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/javascript-tests.yml
r59252 r59673 48 48 test-js: 49 49 name: QUnit Tests 50 uses: WordPress/wordpress-develop/.github/workflows/reusable-javascript-tests.yml@trunk50 uses: ./.github/workflows/reusable-javascript-tests.yml 51 51 permissions: 52 52 contents: read … … 55 55 slack-notifications: 56 56 name: Slack Notifications 57 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk57 uses: ./.github/workflows/slack-notifications.yml 58 58 permissions: 59 59 actions: read
Note: See TracChangeset
for help on using the changeset viewer.