Skip to content

Commit 1d1b3fa

Browse files
committed
minor name fixes
1 parent fc8acf5 commit 1d1b3fa

File tree

11 files changed

+2
-13
lines changed

11 files changed

+2
-13
lines changed

.github/workflows/abtesting.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ env:
3535

3636
jobs:
3737
cocoapods:
38-
name: cocoapods
3938
runs-on: macOS-15
4039
env:
4140
SPM: false

.github/workflows/analytics.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,3 @@ jobs:
7777
run: ./scripts/test.sh
7878
env:
7979
TEST: ${{ matrix.test }}
80-
81-
#TODO: Add `spm` job.

.github/workflows/authentication.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ env:
3030
secrets_passphrase: ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}
3131

3232
jobs:
33-
cocoapods:
34-
name: spm
33+
spm:
3534
runs-on: macOS-15
3635
env:
3736
OS: iOS

.github/workflows/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ env:
3131

3232
jobs:
3333
spm:
34-
name: spm
3534
runs-on: macOS-15
3635
env:
3736
OS: iOS

.github/workflows/crashlytics.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ env:
3131

3232
jobs:
3333
cocoapods:
34-
name: cocoapods
3534
runs-on: macOS-15
3635
env:
3736
SPM: false

.github/workflows/firestore.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ env:
3131

3232
jobs:
3333
spm:
34-
name: cocoapods
3534
runs-on: macOS-15
3635
env:
3736
SPM: true

.github/workflows/inappmessaging.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ env:
3131

3232
jobs:
3333
spm:
34-
name: spm
3534
runs-on: macOS-15
3635
env:
3736
SPM: true

.github/workflows/installations.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ env:
3131

3232
jobs:
3333
spm:
34-
name: spm
3534
runs-on: macOS-15
3635
env:
3736
SPM: true

.github/workflows/messaging.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ env:
3131

3232
jobs:
3333
spm:
34-
name: spm
3534
runs-on: macOS-15
3635
env:
3736
SPM: true

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ env:
3434
secrets_passphrase: ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}
3535

3636
jobs:
37-
spm:
37+
spm-buildonly:
3838
name: spm
3939
runs-on: macOS-15
4040
env:

0 commit comments

Comments
 (0)