workflows
1 row where on = "{"push": null, "pull_request": null, "workflow_dispatch": null}" and on contains "workflow_dispatch"
This data as json, CSV (advanced)
id ▼ | filename | name | on | repo | env | permissions |
---|---|---|---|---|---|---|
20986 | test-pyodide.yml | Test in Pyodide with shot-scraper | { "push": null, "pull_request": null, "workflow_dispatch": null } |
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]);