Skip to content

Commit 5c04ef4

Browse files
committed
do nothing
1 parent 1845189 commit 5c04ef4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/compliance.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ on:
44
workflow_call:
55

66
jobs:
7+
check_compliance_push:
8+
if: github.event_name == 'push'
9+
runs-on: ubuntu-22.04
10+
name: Run compliance checks on patch series (PR)
11+
steps:
12+
- name: Do nothing
13+
run: |
14+
echo "Doing nothing"
15+
716
check_compliance:
817
if: github.event_name == 'pull_request'
918
runs-on: ubuntu-22.04

.github/workflows/twister.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525

2626
twister-build-prep:
2727
needs: compliance-check
28-
if: always()
2928
uses: ./.github/workflows/twister-prep.yaml
3029

3130
twister-build:

0 commit comments

Comments
 (0)