From f03adae58a95753fb18ba66d938eb6fa0b22288c Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Wed, 4 May 2022 03:08:46 +0300 Subject: [PATCH] Rename CI workflows to what they actually do --- .github/workflows/{macos_tests.yml => macos_build.yml} | 4 ++-- .github/workflows/{ubuntu_tests.yml => ubuntu_build.yml} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{macos_tests.yml => macos_build.yml} (97%) rename .github/workflows/{ubuntu_tests.yml => ubuntu_build.yml} (97%) diff --git a/.github/workflows/macos_tests.yml b/.github/workflows/macos_build.yml similarity index 97% rename from .github/workflows/macos_tests.yml rename to .github/workflows/macos_build.yml index 060af251..243e963e 100644 --- a/.github/workflows/macos_tests.yml +++ b/.github/workflows/macos_build.yml @@ -1,7 +1,7 @@ -name: macos_tests +name: macos_build on: [pull_request, push] jobs: - macos_tests: + macos_build: strategy: fail-fast: false matrix: diff --git a/.github/workflows/ubuntu_tests.yml b/.github/workflows/ubuntu_build.yml similarity index 97% rename from .github/workflows/ubuntu_tests.yml rename to .github/workflows/ubuntu_build.yml index 3c6572f4..dc167482 100644 --- a/.github/workflows/ubuntu_tests.yml +++ b/.github/workflows/ubuntu_build.yml @@ -1,7 +1,7 @@ -name: ubuntu_tests +name: ubuntu_build on: [pull_request, push] jobs: - ubuntu_tests: + ubuntu_build: strategy: fail-fast: false matrix: