Skip to content

Commit 77f9efa

Browse files
authored
Add quotes around runner values in ci_cd yml
1 parent 01279fa commit 77f9efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222

2323
jobs:
2424
build:
25-
runs-on: ${{ github.repository == 'Backblaze/b2-sdk-java-private' && self-hosted || ubuntu-latest }}
25+
runs-on: ${{ github.repository == 'Backblaze/b2-sdk-java-private' && 'self-hosted'|| 'ubuntu-latest' }}
2626
steps:
2727
- uses: actions/checkout@v4
2828
with:

0 commit comments

Comments
 (0)