Skip to content

Commit 045fdf9

Browse files
Update swift.yml
1 parent 63dcc1d commit 045fdf9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
integration_tests:
2828
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
3030
secrets:
3131
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }}
3232

@@ -46,8 +46,7 @@ jobs:
4646
4747
unittests:
4848
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
5150
prepare_for_release:
5251
runs-on: macos-13
5352
if: "${{ github.event.inputs.PREP == 'true' && github.event_name == 'workflow_dispatch' }}"

0 commit comments

Comments
 (0)