Skip CI for dependabot PR and remove manual dispatch (#3080)

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
Sanket Sudake
2024-12-08 12:06:17 +05:30
committed by GitHub
parent 238cfd854b
commit 87cac28cad
5 changed files with 6 additions and 7 deletions
+2 -3
View File
@@ -2,14 +2,13 @@ name: Code Scanning
on:
push:
branches:
- main
branches-ignore:
- dependabot/**
pull_request:
branches:
- main
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:
permissions:
contents: read
-1
View File
@@ -11,7 +11,6 @@ on:
- main
paths:
- 'charts/fission-all/dashboards/**.json'
workflow_dispatch:
permissions:
contents: read
-1
View File
@@ -15,7 +15,6 @@ on:
- "**.go"
- go.mod
- go.sum
workflow_dispatch:
env:
GOLANGCI_LINT_VERSION: v1.61.0
+2 -1
View File
@@ -4,6 +4,8 @@ on:
push:
branches:
- main
branches-ignore:
- dependabot/**
paths:
- "**.go"
- "charts/**"
@@ -19,7 +21,6 @@ on:
- "test/**"
- go.mod
- go.sum
workflow_dispatch:
env:
HELM_VERSION: v3.13.0
+2 -1
View File
@@ -4,6 +4,8 @@ on:
push:
branches:
- main
branches-ignore:
- dependabot/**
paths:
- "**.go"
- "charts/**"
@@ -19,7 +21,6 @@ on:
- "test/**"
- go.mod
- go.sum
workflow_dispatch:
env:
HELM_VERSION: v3.13.0