Skip to content

Commit

Permalink
pull the changes first
Browse files Browse the repository at this point in the history
  • Loading branch information
falibabaei authored Dec 18, 2024
1 parent c289663 commit 4d51bb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/filter_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
run: |
python ai4life/filter_v0_5_models.py --input models/collection.json --output models/filtered_models.json
- name: Pull Latest Changes
run: |
git pull origin ${{ github.ref_name }} --rebase || echo "No changes to pull"
- name: Configure Git
run: |
Expand Down

0 comments on commit 4d51bb1

Please sign in to comment.