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 89541c3 commit 155c207Copy full SHA for 155c207
.github/workflows/swift.yml
@@ -47,10 +47,7 @@ jobs:
47
48
unittests:
49
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
+ uses: optimizely/swift-sdk/.github/workflows/unit_tests.yml@master
54
55
prepare_for_release:
56
runs-on: macos-latest
0 commit comments