We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce163d0 commit 5a6a782Copy full SHA for 5a6a782
.github/workflows/swift.yml
@@ -47,9 +47,7 @@ jobs:
47
48
unittests:
49
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
+ uses: optimizely/swift-sdk/.github/workflows/unit_tests.yml@master
53
54
prepare_for_release:
55
runs-on: macos-12
0 commit comments