disable docs workflow on forks (#939)

This commit is contained in:
Kwitsch 2023-03-18 23:28:03 +01:00 committed by GitHub
parent 0e4d8a34d9
commit ebe3805c9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
if: github.repository_owner == '0xERR0R'
steps:
- uses: actions/checkout@v3
with: