CI: restrict autofix.ci to run only in official repo (#23267)

This commit is contained in:
Yongtao Huang 2025-08-01 15:21:31 +08:00 committed by GitHub
parent 759ded3e3a
commit fd086b06a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ permissions:
jobs:
autofix:
if: github.repository == 'langgenius/dify'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4