Skip to content

Commit

Permalink
Revert "Only do test-build if the PR branch is from a fork, not ESCOM…
Browse files Browse the repository at this point in the history
…P/CTSM."

This reverts commit 1fa1eb5.
  • Loading branch information
samsrabin committed Oct 4, 2024
1 parent a893eb5 commit dc8dd92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ permissions:
contents: read
jobs:

# The test-build job will run only if the PR branch is from a fork, not ESCOMP/CTSM.
# The test-build job will run regardless of whether the PR branch is from ESCOMP/CTSM or a fork.

test-build:
if: github.event.pull_request.head.repo.full_name != github.repository
if: ${{ always() }}
name: Test building documentation
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit dc8dd92

Please sign in to comment.