mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-20 07:00:09 +08:00
fix: claude-translator.yml (#10588)
* Update claude-translator.yml * Update claude-translator.yml
This commit is contained in:
parent
a176814ad1
commit
26a9dba01a
11
.github/workflows/claude-translator.yml
vendored
11
.github/workflows/claude-translator.yml
vendored
@ -16,10 +16,13 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
translate:
|
translate:
|
||||||
if: |
|
if: |
|
||||||
(github.event_name == 'issues') ||
|
(github.event_name == 'issues')
|
||||||
(github.event_name == 'issue_comment' && github.event.sender.type != 'Bot') ||
|
|| (github.event_name == 'issue_comment' && github.event.sender.type != 'Bot')
|
||||||
(github.event_name == 'pull_request_review' && github.event.sender.type != 'Bot') ||
|
|| (
|
||||||
(github.event_name == 'pull_request_review_comment' && github.event.sender.type != 'Bot')
|
(github.event_name == 'pull_request_review' || github.event_name == 'pull_request_review_comment')
|
||||||
|
&& github.event.sender.type != 'Bot'
|
||||||
|
&& github.event.pull_request.head.repo.fork == false
|
||||||
|
)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user