From: Donghee Na Date: Mon, 30 Oct 2023 15:15:22 +0000 (+0900) Subject: gh-111062: Update name of reusable workflows for Ubuntu / macOS (gh-111494) X-Git-Tag: v3.13.0a2~283 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6def360d123b93efa428e7806f88bec56505a8d;p=thirdparty%2FPython%2Fcpython.git gh-111062: Update name of reusable workflows for Ubuntu / macOS (gh-111494) gh-111062 Update name of reusable workflows for linux / macOS --- diff --git a/.github/workflows/reusable-build-macos.yml b/.github/workflows/reusable-build-macos.yml index 3f1faf6e5f91..22f46d18e1b4 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 1a488238af81..819b45bda7f9 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: