Skip to content

Commit

Permalink
fix gitflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mutobui committed Oct 11, 2023
1 parent 7c31be2 commit 76cde6f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: make check-benchmark

0 comments on commit 76cde6f

Please sign in to comment.