From 80c4e555ce7ee09ab42e471263a5e5634cd3dc87 Mon Sep 17 00:00:00 2001 From: steveoh Date: Fri, 6 Oct 2023 13:41:09 -0600 Subject: [PATCH] ci: skip progress --- .github/workflows/pull_request.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index d9ae192..acabdfc 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -18,6 +18,8 @@ jobs: steps: - name: ⬇️ Set up code uses: actions/checkout@v4 + with: + show-progress: false - name: 💾 Cache firebase emulators uses: actions/cache@v3