File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ concurrency:
48
48
jobs :
49
49
xcodebuild :
50
50
# Don't run on private repo unless it is a PR.
51
- if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == ' pull_request'
51
+ if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || contains(fromJSON('[" pull_request", "workflow_dispatch"]'), github.event_name)
52
52
runs-on : macos-15
53
53
54
54
strategy :
74
74
75
75
storage-combine-integration :
76
76
# Don't run on private repo unless it is a PR.
77
- if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == ' pull_request'
77
+ if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || contains(fromJSON('[" pull_request", "workflow_dispatch"]'), github.event_name)
78
78
env :
79
79
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
80
80
runs-on : macos-15
You can’t perform that action at this time.
0 commit comments