jobs
2 rows where needs contains "deploy"
This data as json, CSV (advanced)
Suggested facets: needs (array)
id ▼ | workflow | name | repo | runs-on | strategy | needs | if |
---|---|---|---|---|---|---|---|
27864 | Publish Python Package 20982 | deploy_static_docs | datasette 107914493 | ubuntu-latest | [ "deploy" ] |
!github.event.release.prerelease | |
27865 | Publish Python Package 20982 | deploy_docker | datasette 107914493 | ubuntu-latest | [ "deploy" ] |
!github.event.release.prerelease |
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]);