Skip to content

Commit b4c1c1c

Browse files
committed
test
1 parent b80ee28 commit b4c1c1c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/runtime_tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,11 @@ jobs:
5858
# this takes roughly 10 minutes for linux, so it's fine to run it on all PRs
5959
# MacOS / Windows takes ages, so we don't want to run this always
6060
build:
61-
env:
62-
ref: $GITHUB_REF
6361
needs: vanagon_inspect
6462
name: build puppet-runtime for Linux
6563
uses: 'openvoxproject/shared-actions/.github/workflows/build_vanagon.yml@main'
6664
with:
67-
ref: $ref
65+
ref: $GITHUB_SHA
6866
project_name: 'agent-runtime-main'
6967
platform_list: amazon-2-aarch64,amazon-2-x86_64,amazon-2023-aarch64,amazon-2023-x86_64,debian-11-aarch64,debian-11-amd64,debian-12-aarch64,debian-12-amd64,debian-13-aarch64,debian-13-amd64,debian-13-armhf,el-8-aarch64,el-8-x86_64,el-9-aarch64,el-9-x86_64,el-10-x86_64,el-10-aarch64,fedora-42-x86_64,fedora-42-aarch64,fedora-43-x86_64,fedora-43-aarch64,sles-15-x86_64,ubuntu-22.04-aarch64,ubuntu-22.04-amd64,ubuntu-24.04-aarch64,ubuntu-24.04-amd64,ubuntu-24.04-armhf,ubuntu-25.04-amd64,ubuntu-25.04-aarch64,ubuntu-25.04-armhf
7068
vanagon_branch: main

0 commit comments

Comments
 (0)