workflows
6 rows where repo = 140912432
This data as json, CSV (advanced)
Suggested facets: on
id ▼ | filename | name | on | repo | env | permissions |
---|---|---|---|---|---|---|
20710 | codeql-analysis.yml | CodeQL | {"push": {"branches": ["main"]}, "schedule": [{"cron": "0 4 * * 5"}]} | sqlite-utils 140912432 | ||
20711 | documentation-links.yml | Read the Docs Pull Request Preview | {"pull_request_target": {"types": ["opened"]}} | sqlite-utils 140912432 | {"pull-requests": "write"} | |
20712 | publish.yml | Publish Python Package | {"release": {"types": ["created"]}} | sqlite-utils 140912432 | ||
20713 | spellcheck.yml | Check spelling in documentation | ["push", "pull_request"] | sqlite-utils 140912432 | ||
20714 | test-coverage.yml | Calculate test coverage | {"push": {"branches": ["main"]}, "pull_request": {"branches": ["main"]}} | sqlite-utils 140912432 | ||
20715 | 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]);