From 8e2b218c5cde89dcd3fcfee51f2aa80fb72a91e9 Mon Sep 17 00:00:00 2001 From: Seyedamirhossein Hesamian Date: Tue, 1 Sep 2026 14:07:26 -0500 Subject: [PATCH] Update compare-evaluators step in test workflow Remove conditional check for 'push' event in compare-evaluators step so compare always runs. --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2d92d605..4f350cb9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -78,7 +78,6 @@ jobs: ../bin/aps2scala -DCOTo -G -p .:../base test-canonicals - name: Run compare-evaluators - if: github.event_name == 'push' run: | cd examples/scala ./compare-evaluators.sh