Skip to content

Commit f0f2d8a

Browse files
authored
fix(ci): Fix syntax error in common_cocoapods_cron.yml (#15324)
1 parent a74e021 commit f0f2d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/common_cocoapods_cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ on:
4949
jobs:
5050
cron-job:
5151
if: |
52-
github.repository == 'firebase/firebase-ios-sdk' && \
52+
github.repository == 'firebase/firebase-ios-sdk' &&
5353
(github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
5454
runs-on: ${{ inputs.runs_on }}
5555
strategy:

0 commit comments

Comments
 (0)