Changeset 54108
- Timestamp:
- 09/08/2022 11:39:17 PM (2 years ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r54039 r54108 193 193 uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66 # v6.2.0 194 194 with: 195 github-token: ${{ secrets.GHA_WORKFLOW_DISPATCH }}196 195 script: | 197 196 github.rest.actions.createWorkflowDispatch({ -
trunk/.github/workflows/end-to-end-tests.yml
r54039 r54108 149 149 uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66 # v6.2.0 150 150 with: 151 github-token: ${{ secrets.GHA_WORKFLOW_DISPATCH }}152 151 script: | 153 152 github.rest.actions.createWorkflowDispatch({ -
trunk/.github/workflows/javascript-tests.yml
r54039 r54108 117 117 uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66 # v6.2.0 118 118 with: 119 github-token: ${{ secrets.GHA_WORKFLOW_DISPATCH }}120 119 script: | 121 120 github.rest.actions.createWorkflowDispatch({ -
trunk/.github/workflows/php-compatibility.yml
r54039 r54108 133 133 uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66 # v6.2.0 134 134 with: 135 github-token: ${{ secrets.GHA_WORKFLOW_DISPATCH }}136 135 script: | 137 136 github.rest.actions.createWorkflowDispatch({ -
trunk/.github/workflows/phpunit-tests.yml
r54072 r54108 264 264 uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66 # v6.2.0 265 265 with: 266 github-token: ${{ secrets.GHA_WORKFLOW_DISPATCH }}267 266 script: | 268 267 github.rest.actions.createWorkflowDispatch({ -
trunk/.github/workflows/test-coverage.yml
r54039 r54108 212 212 uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66 # v6.2.0 213 213 with: 214 github-token: ${{ secrets.GHA_WORKFLOW_DISPATCH }}215 214 script: | 216 215 github.rest.actions.createWorkflowDispatch({ -
trunk/.github/workflows/test-npm.yml
r54039 r54108 191 191 uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66 # v6.2.0 192 192 with: 193 github-token: ${{ secrets.GHA_WORKFLOW_DISPATCH }}194 193 script: | 195 194 github.rest.actions.createWorkflowDispatch({ -
trunk/.github/workflows/test-old-branches.yml
r53947 r54108 71 71 if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.0' }} 72 72 with: 73 github-token: ${{ secrets.GHA_WORKFLOW_DISPATCH }}74 73 script: | 75 74 github.rest.actions.createWorkflowDispatch({
Note: See TracChangeset
for help on using the changeset viewer.