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 5ddcf31 commit 8285059Copy full SHA for 8285059
.github/workflows/compliance.yml
@@ -63,6 +63,7 @@ jobs:
63
exit 1
64
65
- name: Run Compliance Tests
66
+ if: github.event_name == 'pull_request'
67
continue-on-error: true
68
id: compliance
69
env:
@@ -78,13 +79,15 @@ jobs:
78
79
-c origin/${BASE_REF}..
80
81
- name: upload-results
82
83
uses: actions/upload-artifact@v4
84
85
with:
86
name: compliance.xml
87
path: compliance.xml
88
89
- name: check-warns
90
91
run: |
92
if [[ ! -s "compliance.xml" ]]; then
93
exit 1;
0 commit comments