Skip to content

Commit

Permalink
remove unneeded lines
Browse files Browse the repository at this point in the history
Signed-off-by: Seyeong Kim <[email protected]>
  • Loading branch information
xtrusia committed Jul 24, 2024
1 parent 71ff924 commit 705db60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ name: lldpd charm tests
on:
workflow_call:
pull_request:
# FIXME: remove before merging
push:

jobs:
inclusive-naming-check:
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ deps =
ops
jinja2
commands =
pyright --pythonversion 3.6 {[vars]src_path} {posargs}
# FIXME: there's no LIB{PATCH,API} in src/charm.py, should there be?
# /usr/bin/env sh -c 'for m in $(git diff main --name-only {[vars]src_path}); do if ! git diff main $m | grep -q "+LIBPATCH\|+LIBAPI"; then echo "You forgot to bump the version on $m!"; exit 1; fi; done'
allowlist_externals = /usr/bin/env

Expand Down

0 comments on commit 705db60

Please sign in to comment.