mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 11:11:12 +08:00
refactor: remove duplicate pull_request triggers from workflow files (#24814)
This commit is contained in:
3
.github/workflows/style.yml
vendored
3
.github/workflows/style.yml
vendored
@@ -2,9 +2,6 @@ name: Style check
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
concurrency:
|
||||
group: style-${{ github.head_ref || github.run_id }}
|
||||
|
||||
Reference in New Issue
Block a user