Skip to content

Commit 77a383d

Browse files
szymon-czaprackisjanc
authored andcommitted
ci: Add information about skipping style check
If skip-style-check label is present print information about skipping the workflow.
1 parent c24e5ed commit 77a383d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/compliance_check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ jobs:
7070
echo "All good, no formatting issues."
7171
fi
7272
73+
- name: Skip style-check if label present
74+
if: steps.label_check.outputs.skip == 'true'
75+
run: echo "Skipping style check because 'skip-style-check' label is present."
76+
7377
style_license:
7478
name: Licensing
7579
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)