diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 4a0c234e1e..9a756bb44d 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -19,13 +19,13 @@ jobs: shared: "true" build_mode: "Release" - call-release-netcdf-cmake-mingw: - name: "CMake Release NetCDF MinGW Workflows" - uses: ./.github/workflows/main-cmake-mingw.yml - with: - netcdf: "true" - shared: "true" - build_mode: "Release" +# call-release-netcdf-cmake-mingw: +# name: "CMake Release NetCDF MinGW Workflows" +# uses: ./.github/workflows/main-cmake-mingw.yml +# with: +# netcdf: "true" +# shared: "true" +# build_mode: "Release" call-debug-netcdf-cmake: name: "CMake Debug NetCDF Workflows" diff --git a/.github/workflows/main-cmake-mingw.yml b/.github/workflows/main-cmake-mingw.yml index 145224f6e5..bd3295f799 100644 --- a/.github/workflows/main-cmake-mingw.yml +++ b/.github/workflows/main-cmake-mingw.yml @@ -23,7 +23,7 @@ permissions: jobs: # A workflow that builds the library and runs all the tests CMake_build_and_test: - name: "Ubuntu gcc-${{ inputs.build_mode }}-NC=${{ inputs.netcdf }}" + name: "Ubuntu mingw-${{ inputs.build_mode }}-NC=${{ inputs.netcdf }}" # Don't run the action if the commit message says to skip CI if: "!contains(github.event.head_commit.message, 'skip-ci')" # The type of runner that the job will run on