DUPLO feat: add wait timeout option for resource operations #479
Workflow file for this run
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: Pull Request | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| security-events: write | |
| jobs: | |
| prerequisites: | |
| name: Prerequisites | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Auto Assign | |
| uses: kentaro-m/[email protected] | |
| with: | |
| configuration-path: .github/assign.yml | |
| - name: Make sure Changleog is updated | |
| uses: tarides/changelog-check-action@v3 | |
| with: | |
| changelog: CHANGELOG.md | |
| quality: | |
| name: Test | |
| uses: ./.github/workflows/quality.yml | |
| secrets: inherit | |
| with: | |
| push: false | |
| codescan: false | |
| unit_test: | |
| name: Test | |
| uses: ./.github/workflows/test_unit.yml | |
| secrets: inherit |