From 18d2d1461795a89748ea6b33444c268a312c791b Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Mon, 8 Jul 2024 16:49:13 +0200 Subject: [PATCH] Fix typo in condition that caused provider tests to be run v2 branch (#40654) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b57a3c200cee2..cefefa84dcb0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -309,7 +309,7 @@ jobs: packages: read secrets: inherit if: > - needs.build-info.outputs.skip-providers-tests != 'true' && + needs.build-info.outputs.skip-provider-tests != 'true' && needs.build-info.outputs.latest-versions-only != 'true' with: runs-on-as-json-default: ${{ needs.build-info.outputs.runs-on-as-json-default }}