We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2440f56 commit 09c03e3Copy full SHA for 09c03e3
.github/workflows/crashlytics.yml
@@ -50,8 +50,8 @@ jobs:
50
FRAMEWORK_ZIP: "Firebase-actions-dir.zip"
51
SDK: "Crashlytics"
52
runs-on: macOS-latest
53
- # Make sure tests run after the zip workflow finishes.
54
- if: github.event_name == 'schedule'
+ # Don't run on private repo.
+ if: github.event_name == 'schedule' && github.repository != 'FirebasePrivate/firebase-ios-sdk'
55
steps:
56
- uses: actions/checkout@v2
57
- name: Pull zip from GCS
0 commit comments