Skip to content

Commit 3abef64

Browse files
authored
[Infra] Remove GHA env var that is no longer needed (#11377)
1 parent 1e04018 commit 3abef64

File tree

6 files changed

+0
-36
lines changed

6 files changed

+0
-36
lines changed

.github/workflows/auth.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
2222
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
2323

2424
runs-on: macos-12
25-
env:
26-
# This env var is set because the job has a dependency on the unpublished HeatbeatLoggingTestUtils.
27-
POD_LIB_LINT_ONLY: 1
2825
strategy:
2926
matrix:
3027
target: [ios, tvos, macos, watchos]
@@ -45,8 +42,6 @@ jobs:
4542

4643
env:
4744
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
48-
# This env var is set because the job has a dependency on the unpublished HeatbeatLoggingTestUtils.
49-
POD_LIB_LINT_ONLY: 1
5045
runs-on: macos-12
5146
steps:
5247
- uses: actions/checkout@v3
@@ -98,9 +93,6 @@ jobs:
9893
catalyst:
9994
# Don't run on private repo unless it is a PR.
10095
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
101-
env:
102-
# This env var is set because the job has a dependency on the unpublished HeatbeatLoggingTestUtils.
103-
POD_LIB_LINT_ONLY: 1
10496
runs-on: macos-12
10597
steps:
10698
- uses: actions/checkout@v3

.github/workflows/core.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
2222
strategy:
2323
matrix:
2424
target: [ios, tvos, macos]
25-
env:
26-
# This env var is set because the job has a dependency on the unpublished HeatbeatLoggingTestUtils.
27-
POD_LIB_LINT_ONLY: 1
2825
steps:
2926
- uses: actions/checkout@v3
3027
- uses: ruby/setup-ruby@v1
@@ -55,9 +52,6 @@ jobs:
5552
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
5653

5754
runs-on: macos-12
58-
env:
59-
# This env var is set because the job has a dependency on the unpublished HeatbeatLoggingTestUtils.
60-
POD_LIB_LINT_ONLY: 1
6155
steps:
6256
- uses: actions/checkout@v3
6357
- uses: mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126

.github/workflows/core_extension.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
strategy:
2222
matrix:
2323
target: [ios, tvos, macos]
24-
env:
25-
# This env var is set because the job has a dependency on the unpublished HeatbeatLoggingTestUtils.
26-
POD_LIB_LINT_ONLY: 1
2724
steps:
2825
- uses: actions/checkout@v3
2926
- uses: ruby/setup-ruby@v1

.github/workflows/core_internal.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919
strategy:
2020
matrix:
2121
target: [ios, tvos, macos]
22-
env:
23-
# This env var is set because the job has a dependency on the unpublished HeatbeatLoggingTestUtils.
24-
POD_LIB_LINT_ONLY: 1
2522
steps:
2623
- uses: actions/checkout@v3
2724
- uses: ruby/setup-ruby@v1
@@ -48,9 +45,6 @@ jobs:
4845
# Don't run on private repo unless it is a PR.
4946
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
5047
runs-on: macos-12
51-
env:
52-
# This env var is set because the job has a dependency on the unpublished HeatbeatLoggingTestUtils.
53-
POD_LIB_LINT_ONLY: 1
5448
steps:
5549
- uses: actions/checkout@v3
5650
- uses: mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126

.github/workflows/firebase_app_check.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
2222
strategy:
2323
matrix:
2424
target: [ios, tvos, macos]
25-
env:
26-
# This env var is set because the job has a dependency on the unpublished HeatbeatLoggingTestUtils.
27-
POD_LIB_LINT_ONLY: 1
2825
steps:
2926
- uses: actions/checkout@v3
3027
- uses: ruby/setup-ruby@v1
@@ -39,9 +36,6 @@ jobs:
3936
# Don't run on private repo unless it is a PR.
4037
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
4138
runs-on: macos-12
42-
env:
43-
# This env var is set because the job has a dependency on the unpublished HeatbeatLoggingTestUtils.
44-
POD_LIB_LINT_ONLY: 1
4539
steps:
4640
- uses: actions/checkout@v3
4741
- uses: ruby/setup-ruby@v1

.github/workflows/installations.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
runs-on: macos-12
2323
env:
2424
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
25-
# This env var is set because the job has a dependency on the unpublished HeatbeatLoggingTestUtils.
26-
POD_LIB_LINT_ONLY: 1
2725
strategy:
2826
matrix:
2927
target: [ios, tvos, macos]
@@ -67,9 +65,6 @@ jobs:
6765
catalyst:
6866
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
6967
runs-on: macos-12
70-
env:
71-
# This env var is set because the job has a dependency on the unpublished HeatbeatLoggingTestUtils.
72-
POD_LIB_LINT_ONLY: 1
7368
steps:
7469
- uses: actions/checkout@v3
7570
- uses: mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
@@ -128,8 +123,6 @@ jobs:
128123
env:
129124
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
130125
FIR_IID_INTEGRATION_TESTS_REQUIRED: ${{ secrets.GHASecretsGPGPassphrase1 }}
131-
# This env var is set because the job has a dependency on the unpublished HeatbeatLoggingTestUtils.
132-
POD_LIB_LINT_ONLY: 1
133126
strategy:
134127
matrix:
135128
target: [ios, tvos, macos]

0 commit comments

Comments
 (0)