From e20bfa55d6615621bee04d4626b61e72c8a63665 Mon Sep 17 00:00:00 2001 From: Aaron Heckmann Date: Fri, 25 Jul 2025 01:11:03 -0700 Subject: [PATCH] chore: add ci job names (#7478) * chore: add ci job names This makes them easier to find in the Github UI. * chore: increase ci timeout --- .github/workflows/pull-request-build-lint-api.yml | 3 ++- .github/workflows/pull-request-build-lint-web-apps.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request-build-lint-api.yml b/.github/workflows/pull-request-build-lint-api.yml index 93619b03d3..fdeb492f08 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 8afe78c49d..6b00f5570d 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