From 9131bee4f963b35ce8b7fb250ccc501def60f4c8 Mon Sep 17 00:00:00 2001 From: Thomas Karbowiak <74891114+kebab01@users.noreply.github.com> Date: Sun, 14 Apr 2024 16:41:16 +1000 Subject: [PATCH] Update preview.yml --- .github/workflows/preview.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 477277c..60a9c7c 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -25,6 +25,7 @@ jobs: create_preview: runs-on: ubuntu-latest + needs: test steps: - uses: actions/checkout@v3 @@ -46,4 +47,4 @@ jobs: - name: 🚀 Create preview uses: expo/expo-github-action/preview@v8 with: - command: eas update --auto \ No newline at end of file + command: eas update --auto