Skip to content

Commit 35dee31

Browse files
clean up
1 parent 7108308 commit 35dee31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

+2-2
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/remove-travis-repo
29+
uses: optimizely/swift-sdk/.github/workflows/integration_tests.yml@master
3030
secrets:
3131
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }}
3232

@@ -46,7 +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/remove-travis-repo
49+
uses: optimizely/swift-sdk/.github/workflows/unit_tests.yml@master
5050

5151
prepare_for_release:
5252
runs-on: macos-13

0 commit comments

Comments
 (0)