From da42204a0ee9ba9746c295ceb8c1d3cd7a0bd50d Mon Sep 17 00:00:00 2001 From: Amr Elsayyad Date: Fri, 12 Jul 2024 15:35:33 +0300 Subject: [PATCH] fix(deploy.yml): set `CI` to `false` to avoid scheduled job failure --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d2b7e21e75..c90af2f578 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,6 +1,6 @@ name: Build and Deploy env: - CI: true + CI: false GITHUB_USERNAME: ${{ github.repository_owner }} REACT_APP_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This is automatically set by Github Actions USE_GITHUB_DATA: "true"