From 1fb5663f0db9813ec00e5cc1e8dbdc3a193d4238 Mon Sep 17 00:00:00 2001 From: aboyko Date: Fri, 14 Jul 2023 10:00:21 -0400 Subject: [PATCH] Self Hosted: attempt to fix builds --- .github/workflows/snapshot-e429-eclipse-distro-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/snapshot-e429-eclipse-distro-build.yml b/.github/workflows/snapshot-e429-eclipse-distro-build.yml index e0fe301e3..4098f86fe 100644 --- a/.github/workflows/snapshot-e429-eclipse-distro-build.yml +++ b/.github/workflows/snapshot-e429-eclipse-distro-build.yml @@ -14,4 +14,5 @@ jobs: with: eclipse_profile: 'e429' build_type: 'snapshot' + ref: 'main' secrets: inherit \ No newline at end of file