Workflow runs on a dedicated real or virtual server and can execute jobs inside dedicated environment, e.g. within a Docker container. Create `.github/workflows/minimal.yaml` with ``` on: push jobs: idle: runs-on: ubuntu-latest steps: - run: echo Idle Step ```