File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 18
18
token : ${{ secrets.CI_USER_TOKEN }}
19
19
repository : ' optimizely/ci-helper-tools'
20
20
path : ' home/runner/ci-helper-tools'
21
- ref : ' master '
21
+ ref : ' remove-travis '
22
22
- name : set SDK Branch if PR
23
23
env :
24
24
HEAD_REF : ${{ github.head_ref }}
40
40
GITHUB_TOKEN : ${{ secrets.CI_USER_TOKEN }}
41
41
EVENT_TYPE : ${{ github.event_name }}
42
42
GITHUB_CONTEXT : ${{ toJson(github) }}
43
- # REPO_SLUG: ${{ github.repository }}
44
43
PULL_REQUEST_SLUG : ${{ github.repository }}
45
44
UPSTREAM_REPO : ${{ github.repository }}
46
45
PULL_REQUEST_SHA : ${{ github.event.pull_request.head.sha }}
Original file line number Diff line number Diff line change 22
22
jobs :
23
23
24
24
lint_markdown_files :
25
- uses : optimizely/swift-sdk/.github/workflows/lint_markdown.yml@master
25
+ uses : optimizely/swift-sdk/.github/workflows/lint_markdown.yml@muzahid/remove-travis-repo
26
26
27
27
integration_tests :
28
28
if : " ${{ github.event.inputs.PREP == '' && github.event.inputs.RELEASE == '' }}"
29
- uses : optimizely/swift-sdk/.github/workflows/integration_tests.yml@master
29
+ uses : optimizely/swift-sdk/.github/workflows/integration_tests.yml@muzahid/remove-travis-repo
30
30
secrets :
31
31
CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
32
32
TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
47
47
48
48
unittests :
49
49
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
51
51
52
52
prepare_for_release :
53
53
runs-on : macos-13
You can’t perform that action at this time.
0 commit comments