Skip to content

Commit 38018b2

Browse files
authored
Merge pull request #51 from target/skip-poetry-in-precommit
Skip poetry steps in precommit CI update
2 parents 669a039 + 8740ea1 commit 38018b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pre-commit-updates.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- uses: actions/setup-python@v5
1717

1818
- uses: browniebroke/[email protected]
19+
env:
20+
SKIP: "Reset Poetry Project Version to 0.0.0"
1921

2022
- uses: peter-evans/create-pull-request@v7
2123
if: always()

0 commit comments

Comments
 (0)