From f85aa05493b75e4d405f53eab895d542aec461f8 Mon Sep 17 00:00:00 2001 From: Rafal Rudnicki Date: Wed, 9 Jul 2025 13:24:28 +0000 Subject: [PATCH] enable compat wflow after UMF 1.0.0-rc1 --- .github/workflows/pr_push.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pr_push.yml b/.github/workflows/pr_push.yml index fbdc8c56d3..023e889f7b 100644 --- a/.github/workflows/pr_push.yml +++ b/.github/workflows/pr_push.yml @@ -94,11 +94,11 @@ jobs: contents: read security-events: write uses: ./.github/workflows/reusable_trivy.yml -# Compatibility: -# needs: [Build] -# uses: ./.github/workflows/reusable_compatibility.yml -# strategy: -# matrix: -# tag: ["v0.12.0-dev3"] -# with: -# tag: ${{matrix.tag}} + Compatibility: + needs: [Build] + uses: ./.github/workflows/reusable_compatibility.yml + strategy: + matrix: + tag: ["v1.0.0-rc1"] + with: + tag: ${{matrix.tag}}