Skip to content

Commit

Permalink
fix(tests): skip docs tests from forks (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Nov 6, 2024
1 parent 64bcd08 commit 35ae9f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
docs:
name: "Generate Documentation"
uses: GoogleCloudPlatform/php-tools/.github/workflows/doctum.yml@main
if: ${{ github.event.pull_request.head.repo.full_name == 'googleapis/gax-php' }}
with:
title: "Google API Core (GAX) Reference Documentation"
default_version: ${{ inputs.tag || github.head_ref || github.ref_name }}
Expand Down

0 comments on commit 35ae9f7

Please sign in to comment.