From 4a16f1ad2be5f7234f4ad924add1c968bdadf2cf Mon Sep 17 00:00:00 2001 From: Donghee Na Date: Mon, 30 Oct 2023 23:44:53 +0900 Subject: [PATCH] gh-111062 Update name of reusable workflows for linux / macOS --- .github/workflows/reusable-build-macos.yml | 1 + .github/workflows/reusable-build-ubuntu.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/reusable-build-macos.yml b/.github/workflows/reusable-build-macos.yml index 3f1faf6e5f9170..22f46d18e1b43a 100644 --- a/.github/workflows/reusable-build-macos.yml +++ b/.github/workflows/reusable-build-macos.yml @@ -11,6 +11,7 @@ on: jobs: build_macos: + name: 'build and test' runs-on: macos-latest timeout-minutes: 60 env: diff --git a/.github/workflows/reusable-build-ubuntu.yml b/.github/workflows/reusable-build-ubuntu.yml index 1a488238af8171..819b45bda7f980 100644 --- a/.github/workflows/reusable-build-ubuntu.yml +++ b/.github/workflows/reusable-build-ubuntu.yml @@ -10,6 +10,7 @@ on: jobs: build_ubuntu_reusable: + name: 'build and test' timeout-minutes: 60 runs-on: ubuntu-20.04 env: