From c6def360d123b93efa428e7806f88bec56505a8d Mon Sep 17 00:00:00 2001 From: Donghee Na Date: Tue, 31 Oct 2023 00:15:22 +0900 Subject: gh-111062: Update name of reusable workflows for Ubuntu / macOS (gh-111494) 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 3f1faf6..22f46d1 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 1a48823..819b45b 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: -- cgit v0.12