From b97c61563a302ee72e5033935fbf5cc13e265a9b Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Wed, 26 Apr 2023 22:51:54 +0100 Subject: [PATCH] Try to load API key only when needed --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07c8955db..bb78a4617 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,7 +180,7 @@ jobs: benchmark: runs-on: ${{ matrix.os }} - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' strategy: fail-fast: false matrix: