From 81042fb875fc018ebda2044b61dfdc4fd1660f7a Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Wed, 31 Jan 2024 16:09:17 +0100 Subject: ci: fix canary uploads for unix (#22206) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f12fccf9..35b0a1af3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -204,7 +204,7 @@ jobs: create_credentials_file: true - name: Setup gcloud (unix) if: |- - !(matrix.skip) && (matrix.os == 'windows' && + !(matrix.skip) && (matrix.os != 'windows' && matrix.profile == 'release' && matrix.job == 'test' && github.repository == 'denoland/deno' && -- cgit v1.2.3