Correct release name in release script for non helm install (#2084)

* Correct release name in release script for non helm install

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>

* Increase test timeout to 20 minutes

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>

* Enable codeql for master only

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
Sanket Sudake
2021-06-20 21:38:48 +05:30
committed by GitHub
parent 9bef235252
commit 3f99b483cb
4 changed files with 64 additions and 55 deletions
+5
View File
@@ -2,9 +2,14 @@ name: Code Scanning
on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:
jobs:
CodeQL-Build: