Fix repository owner test in documentation workflow

Signed-off-by: Jonathon Anderson <janderson@ciq.co>
This commit is contained in:
Jonathon Anderson
2023-02-21 09:32:52 -07:00
parent 47b3fbca07
commit 1a59080a99

View File

@@ -15,7 +15,7 @@ on:
jobs:
publish:
if: ${{ github.repository_owner == 'hcpng' }}
if: ${{ github.repository_owner == 'hpcng' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3