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

This commit is contained in:
Dalton Alvarenga 2026-05-06 12:17:12 +00:00
commit c987d3e33f

View File

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