Skip to content

DUPLO feat: add wait timeout option for resource operations #479

DUPLO feat: add wait timeout option for resource operations

DUPLO feat: add wait timeout option for resource operations #479

Workflow file for this run

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