Skip to content

Commit ef37aa0

Browse files
committed
Remove testing branch
Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
1 parent b4a1205 commit ef37aa0

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test-integrations.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
branches:
99
- "main"
1010
- "release-*"
11-
- "add-snyk-actions"
1211

1312
# Declare default permissions as read only
1413
permissions:

.github/workflows/test-snyk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Snyk Scan Tests
22

33
on:
4+
# Due to security constraints we cannot run the workflow on PRs due to missing secrets on PRs from forks
45
push:
56
branches:
67
- "main"
78
- "release-*"
8-
- "add-snyk-actions"
99

1010
permissions:
1111
contents: read

0 commit comments

Comments
 (0)