Merge pull request #270 from larinam/workflow-fix

prevent this action from running on forks as it fails anyway.
pull/274/head
Alex 1 year ago committed by GitHub
commit e72ef478dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save