Skip to content

Commit cd5e8c4

Browse files
committed
fix(ci): Fix env var in cron CocoaPods job
1 parent 63083d8 commit cd5e8c4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/common_cocoapods_cron.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,11 @@ on:
4646
required: false
4747
default: "macos-15"
4848

49-
env:
50-
FIREBASE_CI: true
51-
5249
jobs:
5350
cron-job:
5451
if: |
5552
github.repository == 'firebase/firebase-ios-sdk' &&
56-
(github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
53+
(github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch')
5754
runs-on: ${{ inputs.runs_on }}
5855
strategy:
5956
matrix:

0 commit comments

Comments
 (0)