mirror of
https://github.com/langgenius/dify.git
synced 2026-04-29 12:37:20 +08:00
CI: restrict autofix.ci to run only in official repo (#23267)
This commit is contained in:
parent
759ded3e3a
commit
fd086b06a6
1
.github/workflows/autofix.yml
vendored
1
.github/workflows/autofix.yml
vendored
@ -9,6 +9,7 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
autofix:
|
autofix:
|
||||||
|
if: github.repository == 'langgenius/dify'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user