File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 59
59
FRAMEWORK_ZIP : " Firebase-actions-dir.zip"
60
60
SDK : " Database"
61
61
runs-on : macOS-latest
62
- # Make sure tests run after the zip workflow finishes .
63
- if : github.event_name == 'schedule'
62
+ # Don't run on private repo .
63
+ if : github.event_name == 'schedule' && github.repository != 'FirebasePrivate/firebase-ios-sdk'
64
64
steps :
65
65
- uses : actions/checkout@v2
66
66
- name : Pull zip from GCS
Original file line number Diff line number Diff line change 50
50
FRAMEWORK_ZIP : " Firebase-actions-dir.zip"
51
51
SDK : " DynamicLinks"
52
52
runs-on : macOS-latest
53
- # Make sure tests run after the zip workflow finishes .
54
- if : github.event_name == 'schedule'
53
+ # Don't run on private repo .
54
+ if : github.event_name == 'schedule' && github.repository != 'FirebasePrivate/firebase-ios-sdk'
55
55
steps :
56
56
- uses : actions/checkout@v2
57
57
- name : Pull zip from GCS
Original file line number Diff line number Diff line change 61
61
FRAMEWORK_ZIP : " Firebase-actions-dir.zip"
62
62
SDK : " Storage"
63
63
runs-on : macOS-latest
64
- # Make sure tests run after the zip workflow finishes .
65
- if : github.event_name == 'schedule'
64
+ # Don't run on private repo .
65
+ if : github.event_name == 'schedule' && github.repository != 'FirebasePrivate/firebase-ios-sdk'
66
66
steps :
67
67
- uses : actions/checkout@v2
68
68
- name : Pull zip from GCS
You can’t perform that action at this time.
0 commit comments