Skip to content

Commit ee26f98

Browse files
committed
[infra/github] Check repository owner and filter output
This commit adds condition on ubuntu docker image build to check owner and filter output is empty or not. ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
1 parent 9adb717 commit ee26f98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-dev-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
# Build on docker CLI for PR test without login
4444
build-ubuntu:
4545
needs: filtering
46+
if: github.repository_owner == 'Samsung' && needs.filtering.outputs.ubuntu-target != '[]'
4647
runs-on: one-x64-linux
4748
strategy:
4849
matrix:

0 commit comments

Comments
 (0)