Compare commits

...

2 Commits

Author SHA1 Message Date
c987d3e33f Merge pull request 'fix(ci): destrava workflow CD (remove if hashFiles)' (#2) from fix/cd-workflow-condition into main
Some checks failed
CD / build (push) Failing after 8s
2026-05-06 12:17:12 +00:00
38b1633581 fix(ci): remove condicional 'if hashFiles(Dockerfile)' que estava pulando job
Some checks failed
CD / build (pull_request) Failing after 2m17s
Em algumas versões do Gitea Actions, hashFiles avalia para string vazia
mesmo com o arquivo presente, fazendo a job ser marcada como 'skipped'
silenciosamente. O Dockerfile é requisito do CD nesse repo, então a
condicional não agrega segurança.
2026-05-06 09:14:03 -03:00

View File

@ -11,7 +11,6 @@ env:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ hashFiles('Dockerfile') != '' }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4