Skip to content

Commit 155c207

Browse files
authored
change a branch for github actions workflow (#464)
1 parent 89541c3 commit 155c207

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@ jobs:
4747
4848
unittests:
4949
if: "${{ github.event.inputs.PREP == '' && github.event.inputs.RELEASE == '' }}"
50-
51-
#[TODO]: change to @master again
52-
#uses: optimizely/swift-sdk/.github/workflows/unit_tests.yml@master
53-
uses: optimizely/swift-sdk/.github/workflows/unit_tests.yml@jae/version-update
50+
uses: optimizely/swift-sdk/.github/workflows/unit_tests.yml@master
5451

5552
prepare_for_release:
5653
runs-on: macos-latest

0 commit comments

Comments
 (0)