output
Some checks failed
Reload Act Runner Stack to clear cache for workflows / deploy-gitainer (push) Failing after 5s

This commit is contained in:
Martin Dimitrov 2025-10-15 19:17:38 -07:00
parent 90ef687663
commit f02c70dc5c

View File

@ -35,9 +35,3 @@ jobs:
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47 uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47
with: with:
files: ${{ inputs.files }} files: ${{ inputs.files }}
- name: Fail the job if nothing is changed
if: steps.changed-files-specific.outputs.any_changed != 'true'
run: |
echo "nothing changed"
exit 1