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 }}