Skip to content

Commit e0cf1ef

Browse files
update yml
1 parent d7709c8 commit e0cf1ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
jobs:
2323

2424
lint_markdown_files:
25-
uses: optimizely/swift-sdk/.github/workflows/lint_markdown.yml@muzahid/remove-travis-repo
25+
uses: optimizely/swift-sdk/.github/workflows/lint_markdown.yml@master
2626

2727
integration_tests:
2828
if: "${{ github.event.inputs.PREP == '' && github.event.inputs.RELEASE == '' }}"
@@ -47,7 +47,7 @@ jobs:
4747
4848
unittests:
4949
if: "${{ github.event.inputs.PREP == '' && github.event.inputs.RELEASE == '' }}"
50-
uses: optimizely/swift-sdk/.github/workflows/unit_tests.yml@master
50+
uses: optimizely/swift-sdk/.github/workflows/unit_tests.yml@muzahid/remove-travis-repo
5151

5252
prepare_for_release:
5353
runs-on: macos-13

0 commit comments

Comments
 (0)