Skip to content

Commit 511ac4e

Browse files
authored
removed auto trigger snyk and clean on PR
1 parent 4d6e2e7 commit 511ac4e

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/workflows/snyk-cli-scan.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: 🔬 Snyk cli SCA
22

33
on:
4-
push:
5-
branches: [ 4.x ]
6-
pull_request:
7-
branches: [ 4.x ]
84
workflow_dispatch:
95

106
env:

.github/workflows/snyk-pr-cleanup.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
name: 🗑️ Snyk PR cleanup - merged/closed
22

33
on:
4-
pull_request:
5-
types:
6-
- closed
7-
branches:
8-
- 4.x
94
workflow_dispatch:
105

116
jobs:

0 commit comments

Comments
 (0)