diff --git a/.github/workflows/pull-request-build-lint-api.yml b/.github/workflows/pull-request-build-lint-api.yml index 93619b03d..fdeb492f0 100644 --- a/.github/workflows/pull-request-build-lint-api.yml +++ b/.github/workflows/pull-request-build-lint-api.yml @@ -10,8 +10,9 @@ on: jobs: lint-api: + name: Lint API runs-on: ubuntu-latest - timeout-minutes: 15 + timeout-minutes: 25 if: | github.event.pull_request.draft == false && github.event.pull_request.requested_reviewers != null diff --git a/.github/workflows/pull-request-build-lint-web-apps.yml b/.github/workflows/pull-request-build-lint-web-apps.yml index 8afe78c49..6b00f5570 100644 --- a/.github/workflows/pull-request-build-lint-web-apps.yml +++ b/.github/workflows/pull-request-build-lint-web-apps.yml @@ -14,8 +14,9 @@ on: jobs: build-and-lint: + name: Build and lint web apps runs-on: ubuntu-latest - timeout-minutes: 15 + timeout-minutes: 25 if: | github.event.pull_request.draft == false && github.event.pull_request.requested_reviewers != null