Skip to content

Commit 0fd86b2

Browse files
arnopoedmooring
authored andcommitted
CI: fix compliance check false report when merge a PR.
When a PR is merged, a "Run failed: libmetal compliance checks - master" mail is generated. As it is not necessary to rerun this compliance check (already done on sent PR), just suppress the action for push event. Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
1 parent b077d0d commit 0fd86b2

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/compliance.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
name: libmetal compliance checks
55

66
on:
7-
push:
8-
branches: [ master ]
9-
paths-ignore:
10-
- docs/**
11-
- cmake/**
12-
- scripts/**
137
pull_request:
148
branches: [ master ]
159
paths-ignore:

0 commit comments

Comments
 (0)