From 216294ede22b26fa191950b213d1714a050fcc1c Mon Sep 17 00:00:00 2001 From: Benedikt Schesch Date: Mon, 6 May 2024 16:26:49 -0700 Subject: [PATCH] Add more merges --- .github/workflows/check-reproducibility.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-reproducibility.yml b/.github/workflows/check-reproducibility.yml index e2df8f9f16..222ff81ada 100644 --- a/.github/workflows/check-reproducibility.yml +++ b/.github/workflows/check-reproducibility.yml @@ -44,7 +44,7 @@ jobs: run: | git config --global user.email "example@example.com" git config --global user.name "Example Example" - head -n 101 results/combined/result.csv > temp.csv && mv temp.csv results/combined/result.csv + head -n 151 results/combined/result.csv > temp.csv && mv temp.csv results/combined/result.csv make NUM_PROCESSES=1 check-merges-reproducibility env: GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}