Skip to content

Commit

Permalink
CI: fix compliance check false report when merge a PR.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
arnopo authored and edmooring committed Oct 21, 2020
1 parent b077d0d commit 0fd86b2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
name: libmetal compliance checks

on:
push:
branches: [ master ]
paths-ignore:
- docs/**
- cmake/**
- scripts/**
pull_request:
branches: [ master ]
paths-ignore:
Expand Down

0 comments on commit 0fd86b2

Please sign in to comment.