Skip to content

Commit

Permalink
fixup! REVERTME: disable doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sethrj committed Sep 19, 2024
1 parent 4f11c58 commit 2ec2b66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ec2b66

Please sign in to comment.