From edbb70333f0ad48e001a198b2fad9360f13ed5ab Mon Sep 17 00:00:00 2001
From: Danny Gleckler <daniel.gleckler@d2l.com>
Date: Fri, 7 Jun 2024 08:37:02 -0400
Subject: [PATCH] Remove needs: build

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

diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index 1d73fa7..9bcbdf3 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -37,7 +37,6 @@ jobs:
 
   # End to end save and restore
   test-save:
-    needs: build
     strategy:
       matrix:
         os: [ubuntu-latest, windows-latest, macOS-latest]
@@ -85,7 +84,6 @@ jobs:
 
   # End to end with save-always
   test-save-always:
-    needs: build
     strategy:
       matrix:
         os: [ubuntu-latest, windows-latest, macOS-latest]
@@ -127,7 +125,6 @@ jobs:
 
   # End to end with proxy
   test-proxy-save:
-    needs: build
     runs-on: ubuntu-latest
     container:
       image: ubuntu:latest