Changeset 54343
- Timestamp:
- 09/28/2022 02:20:32 AM (2 years ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r54342 r54343 194 194 with: 195 195 retries: 2 196 retryAfter: 10197 196 retry-exempt-status-codes: 418 198 197 script: | -
trunk/.github/workflows/end-to-end-tests.yml
r54342 r54343 150 150 with: 151 151 retries: 2 152 retryAfter: 10153 152 retry-exempt-status-codes: 418 154 153 script: | -
trunk/.github/workflows/failed-workflow.yml
r54342 r54343 28 28 with: 29 29 retries: 2 30 retryAfter: 1031 30 retry-exempt-status-codes: 418 32 31 script: | -
trunk/.github/workflows/javascript-tests.yml
r54342 r54343 118 118 with: 119 119 retries: 2 120 retryAfter: 10121 120 retry-exempt-status-codes: 418 122 121 script: | -
trunk/.github/workflows/php-compatibility.yml
r54342 r54343 134 134 with: 135 135 retries: 2 136 retryAfter: 10137 136 retry-exempt-status-codes: 418 138 137 script: | -
trunk/.github/workflows/phpunit-tests.yml
r54342 r54343 265 265 with: 266 266 retries: 2 267 retryAfter: 10268 267 retry-exempt-status-codes: 418 269 268 script: | -
trunk/.github/workflows/slack-notifications.yml
r54342 r54343 57 57 with: 58 58 retries: 2 59 retryAfter: 1060 59 retry-exempt-status-codes: 418 61 60 script: | … … 124 123 with: 125 124 retries: 2 126 retryAfter: 10127 125 retry-exempt-status-codes: 418 128 126 script: | -
trunk/.github/workflows/test-coverage.yml
r54342 r54343 213 213 with: 214 214 retries: 2 215 retryAfter: 10216 215 retry-exempt-status-codes: 418 217 216 script: | -
trunk/.github/workflows/test-npm.yml
r54342 r54343 192 192 with: 193 193 retries: 2 194 retryAfter: 10195 194 retry-exempt-status-codes: 418 196 195 script: | -
trunk/.github/workflows/test-old-branches.yml
r54342 r54343 72 72 with: 73 73 retries: 2 74 retryAfter: 1075 74 retry-exempt-status-codes: 418 76 75 script: |
Note: See TracChangeset
for help on using the changeset viewer.