File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
pod_lib_lint :
14
+ # Don't run on private repo unless it is a PR.
15
+ if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
14
16
runs-on : macos-11
15
17
strategy :
16
18
matrix :
59
61
path : xcodebuild.log
60
62
61
63
app_check-cron-only :
64
+ # Don't run on private repo.
65
+ if : github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk'
62
66
runs-on : macos-11
63
- if : github.event_name == 'schedule'
64
67
strategy :
65
68
matrix :
66
69
flags : [
Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
check :
12
+ # Don't run on private repo.
13
+ if : github.repository == 'Firebase/firebase-ios-sdk'
12
14
runs-on : macos-11
13
15
env :
14
16
MINT_PATH : ${{ github.workspace }}/mint
You can’t perform that action at this time.
0 commit comments