Merge pull request #270 from larinam/workflow-fix

prevent this action from running on forks as it fails anyway.
This commit is contained in:
Alex 2023-06-25 00:22:27 +07:00 committed by GitHub
commit e72ef478dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ on:
jobs:
deploy:
if: github.repository == 'arc53/DocsGPT'
runs-on: ubuntu-latest
permissions:
contents: read