Skip to content

fix(ci): remove hashFiles if-conditions causing workflow parse failure - #14

Merged
hummbl-dev merged 1 commit into
mainfrom
fix/devin/hashfiles-workflow-parse
Aug 9, 2026
Merged

fix(ci): remove hashFiles if-conditions causing workflow parse failure#14
hummbl-dev merged 1 commit into
mainfrom
fix/devin/hashfiles-workflow-parse

Conversation

@hummbl-dev

Copy link
Copy Markdown
Collaborator

Summary

  • Remove if: hashFiles(...) job-level conditions from workflow files
  • Same issue as 29+ other HUMMBL repos: hashFiles in job-level if: causes GitHub Actions to fail parsing the workflow file (0 jobs run)
  • Shell steps already guard with if [ -f ... ] so removing the condition is safe

Context

Found by fleet-status ci-fleet scan (2026-08-09). 24 additional repos had 0 CI jobs due to this issue.

Test plan

  • CI workflow parses successfully (jobs appear)

Generated with Devin

@hummbl-dev
hummbl-dev merged commit 77251fc into main Aug 9, 2026
3 checks passed
@hummbl-dev
hummbl-dev deleted the fix/devin/hashfiles-workflow-parse branch August 9, 2026 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant