diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 6a5582beb3..0748bc2bdf 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -7,6 +7,8 @@ on: jobs: test: + if: | + !contains(github.event.pull_request.labels.*.name, 'dependencies') name: codecov runs-on: ubuntu-latest timeout-minutes: 30 @@ -14,7 +16,7 @@ jobs: image: docker://rust:1.52.1-buster options: --security-opt seccomp=unconfined steps: - - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - run: cargo install cargo-tarpaulin - run: cargo tarpaulin --verbose --workspace --out Xml - - uses: codecov/codecov-action@29386c70ef20e286228c72b668a06fd0e8399192 # v1.5.2 + - uses: codecov/codecov-action@29386c70ef20e286228c72b668a06fd0e8399192