Skip to content

Commit

Permalink
compliance on pr only
Browse files Browse the repository at this point in the history
Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Nov 30, 2024
1 parent aae4683 commit 922a522
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

jobs:
check_compliance:
if: github.event_name == 'pull_request'
runs-on: ubuntu-22.04
name: Run compliance checks on patch series (PR)
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/twister.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:

twister-build-prep:
needs: compliance-check
if: always()
uses: ./.github/workflows/twister-prep.yaml

twister-build:
Expand Down

0 comments on commit 922a522

Please sign in to comment.