Skip to content

Commit 9726ba1

Browse files
committed
compliance on pr only
Signed-off-by: Anas Nashif <[email protected]>
1 parent aae4683 commit 9726ba1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/compliance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55

66
jobs:
77
check_compliance:
8+
if: github.event_name == 'pull_request'
89
runs-on: ubuntu-22.04
910
name: Run compliance checks on patch series (PR)
1011
steps:

.github/workflows/twister.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ jobs:
2424
uses: ./.github/workflows/compliance.yml
2525

2626
twister-build-prep:
27+
if: always()
2728
needs: compliance-check
2829
uses: ./.github/workflows/twister-prep.yaml
2930

3031
twister-build:
32+
if: always()
3133
runs-on:
3234
group: zephyr-runner-v2-linux-x64-4xlarge
3335
needs: twister-build-prep

0 commit comments

Comments
 (0)