From 879cab9a6b4c25aa82419106653b98b40a14578e Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Thu, 9 Jan 2025 11:43:14 -0500 Subject: [PATCH] fix: only run on `cpp` jobs --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5dc4458d..03ca158a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -432,6 +432,7 @@ jobs: iguana_src/.github/make-benchmark-table.rb benchmark_{single_threaded,memoize}.txt | xargs -0 -I{} echo {} >> $GITHUB_STEP_SUMMARY ### reproducible build test - name: reproducible build test + if: ${{ matrix.id == 'cpp' }} working-directory: iguana_src run: meson reprotest ### coverage