leaving release empty when testing PRs

Signed-off-by: David Wertenteil <dwertent@armosec.io>
This commit is contained in:
David Wertenteil
2023-02-05 14:18:47 +02:00
parent e1020dd1a6
commit 29b9448dc0
2 changed files with 2 additions and 2 deletions

View File

@@ -28,6 +28,6 @@ jobs:
pull-requests: write
uses: ./.github/workflows/a-pr-scanner.yaml
with:
RELEASE: ${{ github.ref_name}}
RELEASE: "" #${{ github.ref_name}}
CLIENT: test
secrets: inherit

View File

@@ -32,7 +32,7 @@ jobs:
CGO_ENABLED: 1
GO111MODULE: ""
GO_VERSION: "1.19"
RELEASE: ${{ github.ref_name}}
RELEASE: "" # ${{ github.ref_name}}
CLIENT: test
secrets: inherit