jobs
16 rows where repo = 107914493
This data as json, CSV (advanced)
Suggested facets: workflow, name, runs-on, needs, needs (array)
id ▼ | workflow | name | repo | runs-on | strategy | needs | if |
---|---|---|---|---|---|---|---|
26772 | Mirror "master" and "main" branches 20160 | mirror | datasette 107914493 | ubuntu-latest | |||
27487 | Deploy a Datasette branch preview to Vercel 20698 | deploy-branch-preview | datasette 107914493 | ubuntu-latest | |||
27488 | Deploy latest.datasette.io 20699 | deploy | datasette 107914493 | ubuntu-latest | |||
27489 | Read the Docs Pull Request Preview 20700 | documentation-links | datasette 107914493 | ubuntu-latest | |||
27490 | Check JavaScript for conformance with Prettier 20701 | prettier | datasette 107914493 | ubuntu-latest | |||
27491 | Publish Python Package 20702 | test | datasette 107914493 | ubuntu-latest | {"matrix": {"python-version": ["3.8", "3.9", "3.10", "3.11"]}} | ||
27492 | Publish Python Package 20702 | deploy | datasette 107914493 | ubuntu-latest | ["test"] | ||
27493 | Publish Python Package 20702 | deploy_static_docs | datasette 107914493 | ubuntu-latest | ["deploy"] | !github.event.release.prerelease | |
27494 | Publish Python Package 20702 | deploy_docker | datasette 107914493 | ubuntu-latest | ["deploy"] | !github.event.release.prerelease | |
27495 | Push specific Docker tag 20703 | deploy_docker | datasette 107914493 | ubuntu-latest | |||
27496 | Check spelling in documentation 20704 | spellcheck | datasette 107914493 | ubuntu-latest | |||
27497 | Calculate test coverage 20705 | test | datasette 107914493 | ubuntu-latest | |||
27498 | Test in Pyodide with shot-scraper 20706 | test | datasette 107914493 | ubuntu-latest | |||
27499 | Test 20707 | test | datasette 107914493 | ubuntu-latest | {"matrix": {"python-version": ["3.8", "3.9", "3.10", "3.11"]}} | ||
27500 | tmate session mac 20708 | build | datasette 107914493 | macos-latest | |||
27501 | tmate session 20709 | build | datasette 107914493 | ubuntu-latest |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [jobs] ( [id] INTEGER PRIMARY KEY, [workflow] INTEGER REFERENCES [workflows]([id]), [name] TEXT, [repo] INTEGER REFERENCES [repos]([id]), [runs-on] TEXT, [strategy] TEXT , [needs] TEXT, [if] TEXT); CREATE INDEX [idx_jobs_repo] ON [jobs] ([repo]); CREATE INDEX [idx_jobs_workflow] ON [jobs] ([workflow]);