Merge pull request #554 from elguero/development

[CI/CD] Check owner of repo before running documentaton GH action
This commit is contained in:
Christian Goll
2022-10-12 21:38:09 +02:00
committed by GitHub

View File

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