Changeset 54342 for trunk/.github/workflows/test-old-branches.yml
- Timestamp:
- 09/28/2022 01:53:48 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-old-branches.yml
r54108 r54342 68 68 steps: 69 69 - name: Dispatch workflow run 70 uses: actions/github-script@ c713e510dbd7d213d92d41b7a7805a986f4c5c66 # v6.2.070 uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0 71 71 if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.0' }} 72 72 with: 73 retries: 2 74 retryAfter: 10 75 retry-exempt-status-codes: 418 73 76 script: | 74 77 github.rest.actions.createWorkflowDispatch({
Note: See TracChangeset
for help on using the changeset viewer.