]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-111062: Update name of reusable workflows for Ubuntu / macOS (gh-111494)
authorDonghee Na <donghee.na@python.org>
Mon, 30 Oct 2023 15:15:22 +0000 (00:15 +0900)
committerGitHub <noreply@github.com>
Mon, 30 Oct 2023 15:15:22 +0000 (15:15 +0000)
gh-111062 Update name of reusable workflows for linux / macOS

.github/workflows/reusable-build-macos.yml
.github/workflows/reusable-build-ubuntu.yml

index 3f1faf6e5f9170882385a621eb057c4e4033f9f7..22f46d18e1b43aa48d57231a585546f96a4cce80 100644 (file)
@@ -11,6 +11,7 @@ on:
 
 jobs:
   build_macos:
+    name: 'build and test'
     runs-on: macos-latest
     timeout-minutes: 60
     env:
index 1a488238af81713fb28b263275335e60c593a498..819b45bda7f980a1af66f971d2daf98c1ed36df3 100644 (file)
@@ -10,6 +10,7 @@ on:
 
 jobs:
   build_ubuntu_reusable:
+    name: 'build and test'
     timeout-minutes: 60
     runs-on: ubuntu-20.04
     env: