Skip to content

Commit 09c03e3

Browse files
authored
Stop last scheduled job still on Private (#5974)
1 parent 2440f56 commit 09c03e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/crashlytics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
FRAMEWORK_ZIP: "Firebase-actions-dir.zip"
5151
SDK: "Crashlytics"
5252
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'
5555
steps:
5656
- uses: actions/checkout@v2
5757
- name: Pull zip from GCS

0 commit comments

Comments
 (0)