Skip to content

Commit 28b2a44

Browse files
author
Ravi Varadarajan
committed
Merge remote-tracking branch 'origin/master' into util_public
2 parents aa513ed + 7bccba4 commit 28b2a44

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/github-actions-cron-update-OR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
update:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out repository code recursively
1313
uses: actions/checkout@v3

.github/workflows/github-actions-cron-update-yosys.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
update:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out repository code recursively
1313
uses: actions/checkout@v3

flow/util/genReport.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ def write_summary():
178178
summary += '=' * 60 + '\n'
179179
summary += f"\nNumber of designs: {len(design_list.keys())}\n\n"
180180

181-
summary = get_summary(STATUS_GREEN, summary)
182-
summary += '\n'
183181
summary = get_summary(STATUS_RED, summary)
182+
summary += '\n'
183+
summary = get_summary(STATUS_GREEN, summary)
184184

185185
if not args.quiet:
186186
if os.path.isfile(SUMMARY_FILENAME):

0 commit comments

Comments
 (0)