Changeset 51921 for trunk/.github/workflows/javascript-tests.yml
- Timestamp:
- 10/20/2021 02:40:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/javascript-tests.yml
r51535 r51921 86 86 - name: Ensure version-controlled files are not modified or deleted 87 87 run: git diff --exit-code 88 89 slack-notifications: 90 name: Slack Notifications 91 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@master 92 needs: [ test-js ] 93 if: ${{ always() }}
Note: See TracChangeset
for help on using the changeset viewer.