diff options
author | Donghee Na <donghee.na@python.org> | 2023-10-30 15:15:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-30 15:15:22 (GMT) |
commit | c6def360d123b93efa428e7806f88bec56505a8d (patch) | |
tree | 740a9d29f6680f9527800e209128eed21e686b27 /.github/workflows | |
parent | c19561b9ca2c8f5ed55456174acf768feec072f1 (diff) | |
download | cpython-c6def360d123b93efa428e7806f88bec56505a8d.zip cpython-c6def360d123b93efa428e7806f88bec56505a8d.tar.gz cpython-c6def360d123b93efa428e7806f88bec56505a8d.tar.bz2 |
gh-111062: Update name of reusable workflows for Ubuntu / macOS (gh-111494)
gh-111062 Update name of reusable workflows for linux / macOS
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/reusable-build-macos.yml | 1 | ||||
-rw-r--r-- | .github/workflows/reusable-build-ubuntu.yml | 1 |
2 files changed, 2 insertions, 0 deletions
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: |