Skip to content

Commit

Permalink
Only run CLI docs generation on this repo. (platformsh#4299)
Browse files Browse the repository at this point in the history
* Only run CLI docs generation on this repo.

* Update generate-cli-commands-page.yaml

Update event type

* Update generate-cli-commands-page.yaml
  • Loading branch information
chadwcarlson authored Dec 11, 2024
1 parent ff912b2 commit 76e4aae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate-cli-commands-page.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'platformsh' }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 76e4aae

Please sign in to comment.