From fe5c3f8fdd98bb47daac51f3bc8bbce9bdc47385 Mon Sep 17 00:00:00 2001 From: Damien Mathieu <42@dmathieu.com> Date: Mon, 14 Oct 2024 10:02:36 +0200 Subject: [PATCH] Run the test compatibility check even if tests failed (#5879) This forces the test compatibility check to run, even if compatibility test checks have failed, as having it skipped still allows merging PRs. Related: https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6224 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2938993cd..a0041525d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -168,6 +168,7 @@ jobs: test-compatibility: runs-on: ubuntu-latest needs: [compatibility-test] + if: always() steps: - name: Test if compatibility-test passed run: |