Skip to content

Commit 82737e3

Browse files
nico 222DNM: Testing stacked PR
1 parent 97b8e16 commit 82737e3

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/ios_emerge_upload_adhoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Emerge PR iOS Upload (Build Distribution)
22

33
on:
44
pull_request:
5-
branches: [main, old-main-testing]
5+
branches: [main, old-main-testing, 07-30-nico_dnm_testing_stacked_pr]
66
paths: [ios/**]
77

88
jobs:

.github/workflows/ios_emerge_upload_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Emerge iOS Upload (Size Analysis)
22

33
on:
44
push:
5-
branches: [main, old-main-testing]
5+
branches: [main, old-main-testing, 07-30-nico_dnm_testing_stacked_pr]
66

77
jobs:
88
build:

.github/workflows/ios_emerge_upload_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Emerge PR iOS Upload (Size Analysis)
22
# fake edit
33
on:
44
pull_request:
5-
branches: [main, old-main-testing]
5+
branches: [main, old-main-testing, 07-30-nico_dnm_testing_stacked_pr]
66
paths: [ios/**]
77

88
jobs:

.github/workflows/ios_emerge_upload_snapshots.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Emerge PR iOS Upload (Snapshots)
22

33
on:
44
push:
5-
branches: [main, old-main-testing]
5+
branches: [main, old-main-testing, 07-30-nico_dnm_testing_stacked_pr]
66
pull_request:
7-
branches: [main, old-main-testing]
7+
branches: [main, old-main-testing, 07-30-nico_dnm_testing_stacked_pr]
88
paths: [ios/**, .github/workflows/ios*]
99

1010
jobs:

ios/HackerNews/Stories/StoryRow.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ struct StoryRow: View {
6767
HStack(spacing: 4) {
6868
Image(systemName: "clock")
6969
.font(.system(size: 12))
70-
.foregroundColor(.green)
70+
.foregroundColor(.hnOrange)
7171
Text(content.relativeDate())
7272
.font(theme.themedFont(size: 12, style: .sans, weight: .medium))
7373
}

0 commit comments

Comments
 (0)