Skip to content

Commit 5a6a782

Browse files
authored
restore workflow dependency to master version (#472)
1 parent ce163d0 commit 5a6a782

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ jobs:
4747
4848
unittests:
4949
if: "${{ github.event.inputs.PREP == '' && github.event.inputs.RELEASE == '' }}"
50-
# restore back to master after merging.
51-
#uses: optimizely/swift-sdk/.github/workflows/unit_tests.yml@master
52-
uses: optimizely/swift-sdk/.github/workflows/unit_tests.yml@jae/ats-timeout
50+
uses: optimizely/swift-sdk/.github/workflows/unit_tests.yml@master
5351

5452
prepare_for_release:
5553
runs-on: macos-12

0 commit comments

Comments
 (0)