mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
leaving release empty when testing PRs
Signed-off-by: David Wertenteil <dwertent@armosec.io>
This commit is contained in:
2
.github/workflows/00-pr-scanner.yaml
vendored
2
.github/workflows/00-pr-scanner.yaml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user