From 683d3d2363d4b4692bafcf93dbb42d5daf62c789 Mon Sep 17 00:00:00 2001 From: Marek Michali <56163696+MarekMichali@users.noreply.github.com> Date: Wed, 7 Aug 2024 13:34:04 +0200 Subject: [PATCH] Pass PR number to helm install test (#1003) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Test helm install on prs * Pass PR number to helm install test * Pass PR number to helm install test * Remove comment --------- Co-authored-by: Jarosław Pieszka --- .github/workflows/pull-build-and-test-images.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-build-and-test-images.yaml b/.github/workflows/pull-build-and-test-images.yaml index c8bbe172e4..3881cc0445 100644 --- a/.github/workflows/pull-build-and-test-images.yaml +++ b/.github/workflows/pull-build-and-test-images.yaml @@ -80,3 +80,4 @@ jobs: with: last-k3s-versions: 3 release: "false" + version: ${{ github.event.pull_request.number }}