From b578a2139d903d8d703f2cf1298eac6e8216c3c5 Mon Sep 17 00:00:00 2001 From: Benedikt Schesch Date: Sat, 4 May 2024 21:43:54 -0700 Subject: [PATCH] Correct typo --- .github/workflows/check-reproducibility.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-reproducibility.yml b/.github/workflows/check-reproducibility.yml index bcd32af277..82092e9d52 100644 --- a/.github/workflows/check-reproducibility.yml +++ b/.github/workflows/check-reproducibility.yml @@ -1,4 +1,4 @@ -name: Run Small test +name: Run Reproducibility Check on: [push, pull_request] jobs: test: @@ -45,6 +45,6 @@ jobs: git config --global user.email "example@example.com" git config --global user.name "Example Example" head -n 101 results/combined/result.csv > results/combined/result_trimmed.csv - make check-merges-reproducibilit + make check-merges-reproducibility env: GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}