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