jobs
1 row where workflow = 20711
This data as json, CSV (advanced)
id ▼ | workflow | name | repo | runs-on | strategy | needs | if |
---|---|---|---|---|---|---|---|
27503 | Read the Docs Pull Request Preview 20711 | documentation-links | sqlite-utils 140912432 | 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]);