We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae4683 commit 9726ba1Copy full SHA for 9726ba1
.github/workflows/compliance.yml
@@ -5,6 +5,7 @@ on:
5
6
jobs:
7
check_compliance:
8
+ if: github.event_name == 'pull_request'
9
runs-on: ubuntu-22.04
10
name: Run compliance checks on patch series (PR)
11
steps:
.github/workflows/twister.yaml
@@ -24,10 +24,12 @@ jobs:
24
uses: ./.github/workflows/compliance.yml
25
26
twister-build-prep:
27
+ if: always()
28
needs: compliance-check
29
uses: ./.github/workflows/twister-prep.yaml
30
31
twister-build:
32
33
runs-on:
34
group: zephyr-runner-v2-linux-x64-4xlarge
35
needs: twister-build-prep
0 commit comments