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

View File

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