Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-schesch committed May 5, 2024
1 parent b6762d9 commit b578a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-reproducibility.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Small test
name: Run Reproducibility Check
on: [push, pull_request]
jobs:
test:
Expand Down Expand Up @@ -45,6 +45,6 @@ jobs:
git config --global user.email "[email protected]"
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 }}

0 comments on commit b578a21

Please sign in to comment.