File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 55
66jobs :
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 :
Original file line number Diff line number Diff line change @@ -25,13 +25,14 @@ jobs:
2525
2626 twister-build-prep :
2727 needs : compliance-check
28+ if : always()
2829 uses : ./.github/workflows/twister-prep.yaml
2930
3031 twister-build :
3132 runs-on :
3233 group : zephyr-runner-v2-linux-x64-4xlarge
3334 needs : twister-build-prep
34- if : needs.twister-build-prep.outputs.size != 0
35+ if : needs.twister-build-prep.outputs.size != 0 || ( always() && github.event_name != 'pull_request')
3536 container :
3637 image : ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
3738 options : ' --entrypoint /bin/bash'
You can’t perform that action at this time.
0 commit comments