Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 454833d

Browse filesBrowse files
committed
failure
1 parent 6958753 commit 454833d
Copy full SHA for 454833d

File tree

1 file changed

+4
-1
lines changed
Filter options

1 file changed

+4
-1
lines changed

‎.github/workflows/extra-rule-validation.yml

Copy file name to clipboardExpand all lines: .github/workflows/extra-rule-validation.yml
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,16 @@ jobs:
4343

4444

4545
- uses: actions/upload-artifact@v3
46+
if: failure()
4647
with:
4748
name: missing-test-report.csv
4849
path: MissingTestReport*.csv
4950

5051
- uses: actions/upload-artifact@v3
52+
if: failure()
5153
with:
5254
name: test-report.csv
5355
path: TestReport*.csv
5456
if-no-files-found: error
55-
57+
58+

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.