From 2ec2b6625052d48a989530990ff0858ea475c1d5 Mon Sep 17 00:00:00 2001 From: Seth R Johnson Date: Thu, 19 Sep 2024 07:09:06 -0400 Subject: [PATCH] fixup! REVERTME: disable doc --- .github/workflows/pull_request.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index e52423854b..fd14654411 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -42,16 +42,15 @@ jobs: - name: Success run: "true" build-docker: - needs: [all-prechecks] uses: ./.github/workflows/build-docker.yml build-spack: - needs: [all-prechecks] uses: ./.github/workflows/build-spack.yml # Specifying a dependent job allows us to select a single "requires" check in the project GitHub settings all: if: ${{always()}} needs: + - all-prechecks - build-docker - build-spack runs-on: ubuntu-latest