diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f0c9ae..2d5f8ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,8 @@ on: branches: ["master"] paths: - "src/**" + - "Dockerfile" + - "pyproject.toml" tags: ["v*.*.*"] workflow_dispatch: @@ -118,7 +120,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} owner: ${{ github.repository_owner }} packages: ominirtksync - keep-n-tagged: 3 + keep-n-tagged: 2 exclude-tags: latest delete-untagged: true delete-ghost-images: true diff --git a/tests/test_irmaos_identicos.py b/tests/test_irmaos_identicos.py index 05940ac..005d427 100644 --- a/tests/test_irmaos_identicos.py +++ b/tests/test_irmaos_identicos.py @@ -52,6 +52,7 @@ "prefs.py", "protecao.py", "sessao.py", + "sso.py", ) # MĂłdulos que AINDA divergem, com o teto medido em 13/09/2026. A convergĂȘncia @@ -91,10 +92,8 @@ # `web.py`, entao sao quatro. A convergencia completa desse ponto e mover a # leitura para `gateway.py`, e isso continua em aberto. TETOS_DE_DIVERGENCIA = { - "i18n.py": 0, "models.py": 7, "render.py": 862, - "sso.py": 328, "web.py": 689, }