We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a1205 commit ef37aa0Copy full SHA for ef37aa0
2 files changed
.github/workflows/test-integrations.yml
@@ -8,7 +8,6 @@ on:
8
branches:
9
- "main"
10
- "release-*"
11
- - "add-snyk-actions"
12
13
# Declare default permissions as read only
14
permissions:
.github/workflows/test-snyk.yml
@@ -1,11 +1,11 @@
1
name: Snyk Scan Tests
2
3
on:
4
+ # Due to security constraints we cannot run the workflow on PRs due to missing secrets on PRs from forks
5
push:
6
7
contents: read
0 commit comments