From 0c8bba231952f68095c87807c137a6f8344752fa Mon Sep 17 00:00:00 2001
From: Brian Weaver <weaver.299@osu.edu>
Date: Wed, 20 Oct 2021 12:00:00 -0400
Subject: [PATCH] package_linux needs to depend on checkout_build

---
 .github/workflows/3x.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/3x.yml b/.github/workflows/3x.yml
index 9c40a9408..e822db63a 100644
--- a/.github/workflows/3x.yml
+++ b/.github/workflows/3x.yml
@@ -116,6 +116,7 @@ jobs:
     container:
       image: quay.io/pantheon-public/php-ci:v7.4
     if: ${{ startsWith(github.ref, 'refs/tags/') }}
+    needs: [ checkout_build ]
     steps:
       - name: Download repo content from artifact
         uses: actions/download-artifact@v2