Skip to content

Commit 01279fa

Browse files
authored
Update ci_cd.yml to use ubuntu-latest runner in public branch
1 parent cf923e2 commit 01279fa

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: self-hosted
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)