diff --git a/.github/workflows/coverage-linux-without-intl.yml b/.github/workflows/coverage-linux-without-intl.yml index 49ba0662d62b6f..5d1a283522d6ef 100644 --- a/.github/workflows/coverage-linux-without-intl.yml +++ b/.github/workflows/coverage-linux-without-intl.yml @@ -13,6 +13,7 @@ on: - tools/test.py - .github/workflows/coverage-linux-without-intl.yml - codecov.yml + - .nycrc push: branches: - main @@ -26,6 +27,7 @@ on: - tools/test.py - .github/workflows/coverage-linux-without-intl.yml - codecov.yml + - .nycrc concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} diff --git a/.github/workflows/coverage-linux.yml b/.github/workflows/coverage-linux.yml index 1a8e926dd82129..53032f24e3db21 100644 --- a/.github/workflows/coverage-linux.yml +++ b/.github/workflows/coverage-linux.yml @@ -13,6 +13,7 @@ on: - tools/test.py - .github/workflows/coverage-linux.yml - codecov.yml + - .nycrc push: branches: - main @@ -26,6 +27,7 @@ on: - tools/test.py - .github/workflows/coverage-linux.yml - codecov.yml + - .nycrc concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} diff --git a/.github/workflows/coverage-windows.yml b/.github/workflows/coverage-windows.yml index b234e8554ee7c4..a868d928109c9e 100644 --- a/.github/workflows/coverage-windows.yml +++ b/.github/workflows/coverage-windows.yml @@ -13,6 +13,7 @@ on: - tools/test.py - .github/workflows/coverage-windows.yml - codecov.yml + - .nycrc push: branches: - main @@ -26,6 +27,7 @@ on: - tools/test.py - .github/workflows/coverage-windows.yml - codecov.yml + - .nycrc concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}