From 9c794573a2b1ea350a940cdbf61f6cebc8bb7738 Mon Sep 17 00:00:00 2001 From: Shyue Ping Ong Date: Mon, 11 Sep 2023 08:46:45 -0700 Subject: [PATCH] Fix run. --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index c9f34c8a..2586ce93 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -48,7 +48,7 @@ jobs: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} release: - if: github.event.name == "release" + if: github.event.name == 'release' needs: test runs-on: ubuntu-latest permissions: