File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
name : archiving
2
2
3
3
on :
4
+ pull_request :
5
+ paths :
6
+ - ' .github/workflows/archiving.yml'
4
7
schedule :
5
8
# Run every day at 2am (PST) - cron uses UTC times
6
9
# This is set to 3 hours after zip workflow finishes so zip testing can run after.
10
13
# Archive tests for pods that support iOS only.
11
14
pods-ios-only-cron :
12
15
# Don't run on private repo.
13
- # if: github.event_name == 'schedule' && github.repository != 'FirebasePrivate/firebase-ios-sdk'
16
+ if : github.repository != 'FirebasePrivate/firebase-ios-sdk'
14
17
15
18
runs-on : macOS-latest
16
19
strategy :
28
31
# Archive tests for pods that support iOS, tvOS, and macOS.
29
32
pods-ios-tvos-macos-cron :
30
33
# Don't run on private repo.
31
- # if: github.event_name == 'schedule' && github.repository != 'FirebasePrivate/firebase-ios-sdk'
34
+ if : github.repository != 'FirebasePrivate/firebase-ios-sdk'
32
35
33
36
runs-on : macOS-latest
34
37
strategy :
You can’t perform that action at this time.
0 commit comments