From fa0f30bfd6bed2a38bf3741f3a39bd058eab5a4e Mon Sep 17 00:00:00 2001 From: Matthias Goerner <1239022+unhyperbolic@users.noreply.github.com> Date: Wed, 6 Mar 2024 23:33:03 -0800 Subject: [PATCH] CI: changing names and filenames for consistency. --- .cirrus.yml | 2 +- .github/workflows/{test.yml => sage_test.yml} | 0 .github/workflows/{all.yml => wheels.yml} | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{test.yml => sage_test.yml} (100%) rename .github/workflows/{all.yml => wheels.yml} (97%) diff --git a/.cirrus.yml b/.cirrus.yml index 15ea7729..e0e7f1cc 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,5 +1,5 @@ cirrus_wheels_macos_arm64_task: - name: Build macOS arm64 wheels. + name: Build wheels on macOS arm64. macos_instance: image: ghcr.io/cirruslabs/macos-ventura-xcode:latest env: diff --git a/.github/workflows/test.yml b/.github/workflows/sage_test.yml similarity index 100% rename from .github/workflows/test.yml rename to .github/workflows/sage_test.yml diff --git a/.github/workflows/all.yml b/.github/workflows/wheels.yml similarity index 97% rename from .github/workflows/all.yml rename to .github/workflows/wheels.yml index 4f3de2a4..037ad790 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/wheels.yml @@ -1,4 +1,4 @@ -name: Linux/MacOs/Windows Wheels +name: Wheels on: [push, pull_request]