From c50493974edc84f08b5d0cce6bbd29586fcdff33 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 15 Aug 2022 10:22:57 +0100 Subject: [PATCH] ci: rename GitHub CI workflow from `ci` to `macos` to be a bit more explicit about what it covers Reviewed-by: Yonggang Luo Acked-by: Yurii Kolesnykov Part-of: --- .github/workflows/{ci.yml => macos.yml} | 2 +- docs/macos.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{ci.yml => macos.yml} (98%) 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 e0720f2..4d46561 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 513bd1c..a2b1ba4 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 -- 2.7.4