workflows
6 rows where on = "["push", "pull_request"]"
This data as json, CSV (advanced)
Suggested facets: filename, name, repo, on (array)
id ▼ | filename | name | on | repo | env | permissions |
---|---|---|---|---|---|---|
20957 | test.yml | Test | [ "push", "pull_request" ] |
apple-notes-to-sqlite 611552758 | { "contents": "read" } |
|
20972 | test.yml | Test | [ "push", "pull_request" ] |
pocket-to-sqlite 213286752 | { "contents": "read" } |
|
20984 | spellcheck.yml | Check spelling in documentation | [ "push", "pull_request" ] |
datasette 107914493 | { "contents": "read" } |
|
20987 | test.yml | Test | [ "push", "pull_request" ] |
datasette 107914493 | { "contents": "read" } |
|
20993 | spellcheck.yml | Check spelling in documentation | [ "push", "pull_request" ] |
sqlite-utils 140912432 | ||
20995 | test.yml | Test | [ "push", "pull_request" ] |
sqlite-utils 140912432 | { "FORCE_COLOR": 1 } |
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]);