We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7108308 commit 35dee31Copy full SHA for 35dee31
.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/remove-travis-repo
+ uses: optimizely/swift-sdk/.github/workflows/integration_tests.yml@master
30
secrets:
31
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }}
32
@@ -46,7 +46,7 @@ jobs:
46
47
unittests:
48
49
- uses: optimizely/swift-sdk/.github/workflows/unit_tests.yml@muzahid/remove-travis-repo
+ uses: optimizely/swift-sdk/.github/workflows/unit_tests.yml@master
50
51
prepare_for_release:
52
runs-on: macos-13
0 commit comments