We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63dcc1d commit 045fdf9Copy full SHA for 045fdf9
.github/workflows/swift.yml
@@ -26,7 +26,7 @@ jobs:
26
27
integration_tests:
28
if: "${{ github.event.inputs.PREP == '' && github.event.inputs.RELEASE == '' }}"
29
- uses: optimizely/swift-sdk/.github/workflows/integration_tests.yml@muzahid/update-cocoapods
+ uses: optimizely/swift-sdk/.github/workflows/integration_tests.yml@master
30
secrets:
31
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }}
32
@@ -46,8 +46,7 @@ jobs:
46
47
unittests:
48
49
- uses: optimizely/swift-sdk/.github/workflows/unit_tests.yml@muzahid/update-cocoapods
50
-
+ uses: optimizely/swift-sdk/.github/workflows/unit_tests.yml@master
51
prepare_for_release:
52
runs-on: macos-13
53
if: "${{ github.event.inputs.PREP == 'true' && github.event_name == 'workflow_dispatch' }}"
0 commit comments