From 46bc1175e51d64fce623b8e4c4b846ed02d19bea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 20 Oct 2021 23:44:32 +0200 Subject: ci: check Deno binary only in tagged commits (#12509) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 445a563bf..ae75f9b6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -448,7 +448,7 @@ jobs: # Since all tests are skipped when we're building a tagged commit # this is a minimal check to ensure that binary is not corrupted - name: Check Deno Binary - if: matrix.profile == 'release' + if: matrix.profile == 'release' && startsWith(github.ref, 'refs/tags/') shell: bash run: target/release/deno eval "console.log(1+2)" | grep 3 env: -- cgit v1.2.3