Skip to content

Commit 7108308

Browse files
clean up
1 parent 10433e5 commit 7108308

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
token: ${{ secrets.CI_USER_TOKEN }}
1616
repository: 'optimizely/ci-helper-tools'
1717
path: 'home/runner/ci-helper-tools'
18-
ref: 'remove-travis'
18+
ref: 'master'
1919
- name: set SDK Branch if PR
2020
env:
2121
HEAD_REF: ${{ github.head_ref }}

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
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 == '' }}"

0 commit comments

Comments
 (0)