From eed60b78bfdc99fcd69024671505f146898621cf Mon Sep 17 00:00:00 2001 From: Ori Kronfeld Date: Tue, 31 Dec 2024 11:29:02 +0200 Subject: [PATCH] Update build_image_latest.yaml --- .github/workflows/build_image_latest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_image_latest.yaml b/.github/workflows/build_image_latest.yaml index 1b3760bc5f..214004f803 100644 --- a/.github/workflows/build_image_latest.yaml +++ b/.github/workflows/build_image_latest.yaml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - dependencies: ["", "dev", "tutorials"] + dependencies: ["", "tutorials"] steps: - uses: actions/checkout@v4