Skip to content

Commit

Permalink
Fixing yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher committed Feb 4, 2025
1 parent 4ff5f72 commit 4f31d21
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/NightlyBMDB_CLI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,6 @@ jobs:
echo "Skipping ${file_name}"
continue
fi
# We're handling timeouts java side now!
# case $number in
# 235|255|595|711|1008|1013|1022|1025|1030|1035|1042)
# echo "Skipping ${file_name} - too slow or otherwise misbehaved"
# continue
# ;;
# esac
if [ $((number % ${{ strategy.job-total }})) -eq $((MOD_VALUE + 0)) ]; then
echo "Accepting ${file_name}"
Expand Down

0 comments on commit 4f31d21

Please sign in to comment.