Module: Mesa Branch: main Commit: c50493974edc84f08b5d0cce6bbd29586fcdff33 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c50493974edc84f08b5d0cce6bbd29586fcdff33
Author: Eric Engestrom <[email protected]> Date: Mon Aug 15 10:22:57 2022 +0100 ci: rename GitHub CI workflow from `ci` to `macos` to be a bit more explicit about what it covers Reviewed-by: Yonggang Luo <[email protected]> Acked-by: Yurii Kolesnykov <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18057> --- .github/workflows/{ci.yml => macos.yml} | 2 +- docs/macos.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/macos.yml similarity index 98% rename from .github/workflows/ci.yml rename to .github/workflows/macos.yml index e0720f20ea8..4d4656156eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/macos.yml @@ -1,4 +1,4 @@ -name: CI +name: macOS CI on: push permissions: diff --git a/docs/macos.rst b/docs/macos.rst index 513bd1c16d8..a2b1ba40114 100644 --- a/docs/macos.rst +++ b/docs/macos.rst @@ -1,8 +1,8 @@ Notes for macOS ================ -.. image:: https://github.com/mesa3d/mesa/actions/workflows/ci.yml/badge.svg - :target: https://github.com/mesa3d/mesa/actions/workflows/ci.yml +.. image:: https://github.com/mesa3d/mesa/actions/workflows/macos.yml/badge.svg + :target: https://github.com/mesa3d/mesa/actions/workflows/macos.yml :alt: macOS CI Mesa builds on macOS without modifications. However, there are some details to
