From ed49aa27bc58edaffd5e10b28fe0a55150935993 Mon Sep 17 00:00:00 2001
From: Danny Gleckler <daniel.gleckler@d2l.com>
Date: Thu, 6 Jun 2024 22:17:45 -0400
Subject: [PATCH] Require build

---
 .github/workflows/workflow.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index 66112c8..0f478fb 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -36,6 +36,7 @@ jobs:
 
   # End to end save and restore
   test-save:
+    needs: build
     strategy:
       matrix:
         os: [ubuntu-latest, windows-latest, macOS-latest]
@@ -83,6 +84,7 @@ jobs:
 
   # End to end with save-always
   test-save-always:
+    needs: build
     strategy:
       matrix:
         os: [ubuntu-latest, windows-latest, macOS-latest]
@@ -124,6 +126,7 @@ jobs:
 
   # End to end with proxy
   test-proxy-save:
+    needs: build
     runs-on: ubuntu-latest
     container:
       image: ubuntu:latest