File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 26
26
27
27
integration_tests :
28
28
if : " ${{ github.event.inputs.PREP == '' && github.event.inputs.RELEASE == '' }}"
29
- uses : optimizely/swift-sdk/.github/workflows/integration_tests.yml@muzahid/update-cocoapods
29
+ uses : optimizely/swift-sdk/.github/workflows/integration_tests.yml@master
30
30
secrets :
31
31
CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
32
32
46
46
47
47
unittests :
48
48
if : " ${{ github.event.inputs.PREP == '' && github.event.inputs.RELEASE == '' }}"
49
- uses : optimizely/swift-sdk/.github/workflows/unit_tests.yml@muzahid/update-cocoapods
50
-
49
+ uses : optimizely/swift-sdk/.github/workflows/unit_tests.yml@master
51
50
prepare_for_release :
52
51
runs-on : macos-13
53
52
if : " ${{ github.event.inputs.PREP == 'true' && github.event_name == 'workflow_dispatch' }}"
You can’t perform that action at this time.
0 commit comments