@@ -57,28 +57,28 @@ jobs:
57
57
cd ReleaseTooling
58
58
swift build -v
59
59
60
- package-head :
61
- # Don't run on private repo.
62
- if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
63
- needs : build
64
- runs-on : macOS-latest
65
- steps :
66
- - uses : actions/checkout@v2
67
- - name : Xcode 12.2
68
- run : sudo xcode-select -s /Applications/Xcode_12.2.app/Contents/Developer
69
- - name : Setup Bundler
70
- run : ./scripts/setup_bundler.sh
71
- - name : ZipBuildingTest
72
- run : |
73
- mkdir -p zip_output_dir
74
- sh -x scripts/build_zip.sh \
75
- zip_output_dir "${{ github.event.inputs.custom_spec_repos || 'https://github.com/firebase/SpecsStaging.git,https://github.com/firebase/SpecsDev.git' }}"
76
- - uses : actions/upload-artifact@v1
77
- with :
78
- name : Firebase-actions-dir
79
- # Zip the entire output directory since the builder adds subdirectories we don't know the
80
- # name of.
81
- path : zip_output_dir
60
+ # package-head:
61
+ # # Don't run on private repo.
62
+ # if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
63
+ # needs: build
64
+ # runs-on: macOS-latest
65
+ # steps:
66
+ # - uses: actions/checkout@v2
67
+ # - name: Xcode 12.2
68
+ # run: sudo xcode-select -s /Applications/Xcode_12.2.app/Contents/Developer
69
+ # - name: Setup Bundler
70
+ # run: ./scripts/setup_bundler.sh
71
+ # - name: ZipBuildingTest
72
+ # run: |
73
+ # mkdir -p zip_output_dir
74
+ # sh -x scripts/build_zip.sh \
75
+ # zip_output_dir "${{ github.event.inputs.custom_spec_repos || 'https://github.com/firebase/SpecsStaging.git,https://github.com/firebase/SpecsDev.git' }}"
76
+ # - uses: actions/upload-artifact@v1
77
+ # with:
78
+ # name: Firebase-actions-dir
79
+ # # Zip the entire output directory since the builder adds subdirectories we don't know the
80
+ # # name of.
81
+ # path: zip_output_dir
82
82
83
83
quickstart_framework_abtesting :
84
84
# Don't run on private repo.
0 commit comments