浏览代码

fix: skip coverage job if event is not pull request

Joao Andre 1 年之前
父节点
当前提交
17a678b709
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/overall-tests.yml

+ 1 - 0
.github/workflows/overall-tests.yml

@@ -13,6 +13,7 @@ jobs:
 
   coverage:
     runs-on: ubuntu-latest
+    if: ${{ github.event_name == 'pull_request' }}
     steps:
       - uses: actions/checkout@v4