From 79d4d86b9c00d93671f638123e7463c584f5e71d Mon Sep 17 00:00:00 2001 From: Isaac Brodsky Date: Wed, 20 Mar 2024 18:13:16 -0700 Subject: [PATCH] revert test --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f9ccd01..3446a70 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,6 +30,5 @@ jobs: duckdb_version: v0.10.1 extension_name: h3ext exclude_archs: "windows_amd64_rtools" - # ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }} - deploy_latest: true + deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }} deploy_versioned: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}