Skip to content

Commit 4b75409

Browse files
authored
[Infra] Fix incorrectly named GHA job (#10078)
1 parent 7ea7274 commit 4b75409

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/watchos-sample.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ concurrency:
2525
cancel-in-progress: true
2626

2727
jobs:
28-
29-
tv-sample-build-test:
28+
watchos-sample-build-test:
3029
# Don't run on private repo unless it is a PR.
3130
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
3231
runs-on: macos-12

0 commit comments

Comments
 (0)