We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10433e5 commit 7108308Copy full SHA for 7108308
.github/workflows/integration_tests.yml
@@ -15,7 +15,7 @@ jobs:
15
token: ${{ secrets.CI_USER_TOKEN }}
16
repository: 'optimizely/ci-helper-tools'
17
path: 'home/runner/ci-helper-tools'
18
- ref: 'remove-travis'
+ ref: 'master'
19
- name: set SDK Branch if PR
20
env:
21
HEAD_REF: ${{ github.head_ref }}
.github/workflows/swift.yml
@@ -22,7 +22,7 @@ env:
22
jobs:
23
24
lint_markdown_files:
25
- uses: optimizely/swift-sdk/.github/workflows/lint_markdown.yml@muzahid/remove-travis-repo
+ uses: optimizely/swift-sdk/.github/workflows/lint_markdown.yml@master
26
27
integration_tests:
28
if: "${{ github.event.inputs.PREP == '' && github.event.inputs.RELEASE == '' }}"
0 commit comments