Skip to content

Commit 9862c5d

Browse files
committed
Removed obsolete workflow triggers
The pr-analysis-*.yml workflows should only run on a PR. But since they have a pusn trigger too, the were always executed twice on a PR. Removed the push triggers.
1 parent d72b9e0 commit 9862c5d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/pr-analysis-codeql.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: PR Analysis Code QL
22

33
on:
4-
push:
5-
branches: [ dev, main ]
64
pull_request:
75
branches: [ dev, main ]
86

.github/workflows/pr-analysis-devskim.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: PR Analysis DevSkim
22

33
on:
4-
push:
5-
branches: [ dev, main ]
64
pull_request:
75
branches: [ dev, main ]
86

0 commit comments

Comments
 (0)