docs(platform): add workload orchestration lifecycle, monitor failures, and workflow restart retry documentation #6552
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: TK-TODO Check # IGNORE:TK | |
| on: | |
| push: | |
| branches: | |
| - master | |
| pull_request: {} | |
| permissions: | |
| contents: read | |
| jobs: | |
| tk-todo-check: # IGNORE:TK | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v4 | |
| - name: Check for TK-TODO markers # IGNORE:TK | |
| uses: aaronsteers/tk-todo-check-action@v1.0.0 # IGNORE:TK |