workflows
8 rows where on = "["push"]"
This data as json, CSV (advanced)
Suggested facets: filename, name, on (array)
id ▼ | filename | name | on | repo | env | permissions |
---|---|---|---|---|---|---|
20959 | test.yml | Test | [ "push" ] |
dogsheep-beta 197431109 | ||
20962 | test.yml | Test | [ "push" ] |
evernote-to-sqlite 303218369 | ||
20966 | test.yml | Test | [ "push" ] |
github-to-sqlite 207052882 | ||
20968 | test.yml | Test | [ "push" ] |
hacker-news-to-sqlite 248903544 | ||
20970 | test.yml | Test | [ "push" ] |
healthkit-to-sqlite 197882382 | ||
20974 | test.yml | Test | [ "push" ] |
swarm-to-sqlite 205429375 | ||
20977 | test.yml | Test | [ "push" ] |
twitter-to-sqlite 206156866 | ||
20981 | prettier.yml | Check JavaScript for conformance with Prettier | [ "push" ] |
datasette 107914493 | { "contents": "read" } |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [workflows] ( [id] INTEGER PRIMARY KEY, [filename] TEXT, [name] TEXT, [on] TEXT, [repo] INTEGER REFERENCES [repos]([id]) , [env] TEXT, [permissions] TEXT); CREATE INDEX [idx_workflows_repo] ON [workflows] ([repo]); CREATE UNIQUE INDEX [idx_workflows_repo_filename] ON [workflows] ([repo], [filename]);