Skip to content

Commit

Permalink
👷 CI: Update the CI process to only add the deleted files
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoleal20 committed Apr 28, 2024
1 parent 9f60c7e commit 0b18fe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/open_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
run: |
poetry run sempyver bump
- name: Add changed files with Git 🔍
run: git add --all
- name: Add deleted files with Git 🔍
run: git add --u

- name: Run Python script 🖥️
run: poetry run python .github/utilities/open_pr.py
Expand Down

0 comments on commit 0b18fe1

Please sign in to comment.