Changeset 56402
- Timestamp:
- 08/17/2023 02:42:58 PM (16 months ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/javascript-tests.yml
r56388 r56402 108 108 permissions: 109 109 actions: write 110 needs: [ test-js,slack-notifications ]110 needs: [ slack-notifications ] 111 111 if: | 112 112 always() && -
trunk/.github/workflows/performance.yml
r56388 r56402 222 222 permissions: 223 223 actions: write 224 needs: [ performance,slack-notifications ]224 needs: [ slack-notifications ] 225 225 if: | 226 226 always() && -
trunk/.github/workflows/php-compatibility.yml
r56388 r56402 133 133 permissions: 134 134 actions: write 135 needs: [ php-compatibility,slack-notifications ]135 needs: [ slack-notifications ] 136 136 if: | 137 137 always() && -
trunk/.github/workflows/phpunit-tests.yml
r56388 r56402 217 217 permissions: 218 218 actions: write 219 needs: [ test-php,slack-notifications ]219 needs: [ slack-notifications ] 220 220 if: | 221 221 always() && -
trunk/.github/workflows/test-and-zip-default-themes.yml
r56388 r56402 166 166 permissions: 167 167 actions: write 168 needs: [ test-build-scripts, bundle-theme,slack-notifications ]168 needs: [ slack-notifications ] 169 169 if: | 170 170 always() && -
trunk/.github/workflows/test-coverage.yml
r56388 r56402 194 194 permissions: 195 195 actions: write 196 needs: [ test-coverage-report,slack-notifications ]196 needs: [ slack-notifications ] 197 197 if: | 198 198 always() && -
trunk/.github/workflows/test-npm.yml
r56388 r56402 193 193 permissions: 194 194 actions: write 195 needs: [ test-npm, test-npm-macos,slack-notifications ]195 needs: [ slack-notifications ] 196 196 if: | 197 197 always() &&
Note: See TracChangeset
for help on using the changeset viewer.