Skip to content

Commit

Permalink
just check against main instead of last tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Dec 13, 2024
1 parent ea4ccd4 commit 3a5029d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/change.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
id: check
run: |
pip install griffe
griffe check "openfe" --verbose
griffe check "openfecli" --verbose
griffe check "openfe" --verbose -a origin/main
griffe check "openfecli" --verbose -a origin/main
- name: Post Comment on Failure
if: steps.check.outcome == 'failure'
Expand Down

0 comments on commit 3a5029d

Please sign in to comment.