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: