mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
fix(ci): Only run post_coverage_comment job on pull_request events (#588)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -110,7 +110,7 @@ jobs:
|
|||||||
name: Post Coverage Comment
|
name: Post Coverage Comment
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: test
|
needs: test
|
||||||
if: always()
|
if: always() && github.event_name == 'pull_request'
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
permissions:
|
permissions:
|
||||||
contents: read # For checkout
|
contents: read # For checkout
|
||||||
|
|||||||
Reference in New Issue
Block a user