diff --git a/.github/workflows/continuousIntegration.yml b/.github/workflows/continuousIntegration.yml index 5d0255c..9b51897 100644 --- a/.github/workflows/continuousIntegration.yml +++ b/.github/workflows/continuousIntegration.yml @@ -76,7 +76,7 @@ jobs: CMAKE_CXX_COMPILER: /opt/rh/gcc-toolset-12/root/bin/g++ CMAKE_C_COMPILER: /opt/rh/gcc-toolset-12/root/bin/gcc CMAKE_BUILD_TYPE: Debug - + - name: ubi8.8-gcc12-release DOCKER_REPOSITORY: geosx/ubi8:ubi8.8 OS: ubuntu-22.04 @@ -102,11 +102,3 @@ jobs: CMAKE_BUILD_TYPE: ${{ matrix.CMAKE_BUILD_TYPE }} HOST_CONFIG: hostconfigs/environment.cmake run: ./scripts/ci_build_and_test.sh - - # Convenience job - passes when all other jobs have passed. - check_that_all_jobs_succeeded: - runs-on: ubuntu-22.04 - needs: [linux_builds] - steps: - - name: Success - run: "true" \ No newline at end of file