diff options
| author | Eric Engestrom <eric@engestrom.ch> | 2022-08-15 10:22:57 +0100 |
|---|---|---|
| committer | Marge Bot <emma+marge@anholt.net> | 2022-08-16 16:54:13 +0000 |
| commit | c50493974edc84f08b5d0cce6bbd29586fcdff33 (patch) | |
| tree | 32086b7d25292c0aaab77dfbb38ba82e12a266f5 | |
| parent | 74fc367127ccf945f4c649dd6ddff955c802e36e (diff) | |
ci: rename GitHub CI workflow from `ci` to `macos` to be a bit more explicit about what it covers
Reviewed-by: Yonggang Luo <luoyonggang@gmail.com>
Acked-by: Yurii Kolesnykov <root@yurikoles.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18057>
| -rw-r--r-- | .github/workflows/macos.yml (renamed from .github/workflows/ci.yml) | 2 | ||||
| -rw-r--r-- | docs/macos.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.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 |