diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 6c72820a6e..5bb0d915d4 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -14,6 +14,7 @@ on: jobs: linux: + name: Benchmark strategy: matrix: metric: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3db7a8b48e..9e8bc1e183 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,7 @@ on: jobs: lint: + name: Lint runs-on: ubuntu-22.04-8-cores timeout-minutes: 30 @@ -88,6 +89,7 @@ jobs: key: ${{ steps.cache-lint.outputs.cache-primary-key }} macos: + name: MacOS needs: lint runs-on: macos-latest if: github.ref == 'refs/heads/main' @@ -162,6 +164,7 @@ jobs: path: artifacts linux: + name: Linux needs: lint runs-on: ubuntu-22.04-8-cores timeout-minutes: 30 @@ -263,6 +266,7 @@ jobs: path: artifacts windows: + name: Windows needs: lint runs-on: windows-latest-8-cores timeout-minutes: 30 @@ -367,6 +371,7 @@ jobs: run: pnpm run lint mock-tests: + name: Mock Tests needs: lint continue-on-error: true @@ -470,12 +475,13 @@ jobs: path: artifacts check-min-os-version: + name: Check Min OS Version needs: lint continue-on-error: true strategy: matrix: - os: [ubuntu-22.04-8-cores, macos-latest, windows-latest-8-cores] + os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} timeout-minutes: 30 diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index fcee31ed7d..801a3e663e 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -7,6 +7,7 @@ on: jobs: danger: + name: Danger runs-on: ubuntu-latest timeout-minutes: 30 steps: diff --git a/.github/workflows/stories.yml b/.github/workflows/stories.yml index e3c67f6835..355404123c 100644 --- a/.github/workflows/stories.yml +++ b/.github/workflows/stories.yml @@ -10,6 +10,7 @@ on: pull_request: jobs: test: + name: Storybook runs-on: ubuntu-latest-8-cores timeout-minutes: 30 steps: