From 76cde6f39109ebb3391abfb207ffbd0f9c79f684 Mon Sep 17 00:00:00 2001 From: stefan muto Date: Wed, 11 Oct 2023 17:57:34 +0700 Subject: [PATCH] fix gitflow --- .github/workflows/check.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 164575df..81dad7cb 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -34,10 +34,4 @@ jobs: run: make check - name: Check Build for Benchmarking - run: | - if [ ! -d "node" ]; then - mkdir node # Create the "node" directory - fi - pushd node && - make check-benchmark - shell: bash \ No newline at end of file + run: make check-benchmark \ No newline at end of file