Skip to content

Commit

Permalink
do nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
nashif committed Nov 30, 2024
1 parent 1845189 commit 5c04ef4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ on:
workflow_call:

jobs:
check_compliance_push:
if: github.event_name == 'push'
runs-on: ubuntu-22.04
name: Run compliance checks on patch series (PR)
steps:
- name: Do nothing
run: |
echo "Doing nothing"
check_compliance:
if: github.event_name == 'pull_request'
runs-on: ubuntu-22.04
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/twister.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:

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

twister-build:
Expand Down

0 comments on commit 5c04ef4

Please sign in to comment.