ソースを参照

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