Skip to content

Commit e4ccbe2

Browse files
authored
Disable issue generation for FirebasePrivate repo. (#7055)
1 parent f576aa1 commit e4ccbe2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/generate_issues.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
- cron: '0 13 * * *'
66
jobs:
77
generate_an_issue:
8+
# Don't run on private repo.
9+
if: github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule'
810
runs-on: ubuntu-latest
911
name: Generate a nightly testing report issue
1012
steps:

0 commit comments

Comments
 (0)