workflow

2 posts tagged “workflow”.

  1. 2025
  2. Highway-DSL: A Pydantic-Native DSL for Defining Complex Workflows

    As systems grow, so does the complexity of their processes. Simple then scripts quickly evolve into brittle, unmanageable tangles of statements, blocks, and implicit dependencies.

    4 min read
  3. 2024
  4. Conditionally running a second job in a GitHub Actions workflow

    My simonwillisonblog-backup workflow periodically creates a JSON backup of my blog's PostgreSQL database, using db-to-sqlite and sqlite-diffable.

    1 min read