workflows
4 rows where repo = 207052882
This data as json, CSV (advanced)
id ▼ | filename | name | on | repo | env | permissions |
---|---|---|---|---|---|---|
20963 | deploy-demo.yml | Build and deploy demo | { "workflow_dispatch": null, "push": { "branches": [ "main" ] }, "schedule": [ { "cron": "0 0 * * *" } ] } |
github-to-sqlite 207052882 | ||
20964 | publish.yml | Publish Python Package | { "release": { "types": [ "created" ] } } |
github-to-sqlite 207052882 | ||
20965 | readme-toc.yaml | Update README table of contents | { "workflow_dispatch": null, "push": { "branches": [ "main" ], "paths": [ "README.md" ] } } |
github-to-sqlite 207052882 | ||
20966 | test.yml | Test | [ "push" ] |
github-to-sqlite 207052882 |
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]);