Skip to content

Commit

Permalink
FIX: includde .lock file after db readind
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienGilliard committed Sep 16, 2024
1 parent 1e79f18 commit 3e94f13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/evaluate_tree_packing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,6 @@ jobs:
git checkout $branch_name
git pull origin $branch_name --allow-unrelated-histories
git add README.md
git add src/database/tree_database.fs.lock
git commit -m "Update badges in README" || echo "No changes to commit"
git push origin HEAD:$branch_name

0 comments on commit 3e94f13

Please sign in to comment.