jobs
7 rows where repo = 140912432
This data as json, CSV (advanced)
Suggested facets: workflow, name, runs-on, needs (array)
| id ▼ | workflow | name | repo | runs-on | strategy | needs | if |
|---|---|---|---|---|---|---|---|
| 27873 | CodeQL 20990 | Analyze | sqlite-utils 140912432 | ubuntu-latest | {
"fail-fast": false,
"matrix": {
"language": [
"python"
]
}
} |
||
| 27874 | Read the Docs Pull Request Preview 20991 | documentation-links | sqlite-utils 140912432 | ubuntu-latest | |||
| 27875 | Publish Python Package 20992 | test | sqlite-utils 140912432 | ${{ matrix.os }} | {
"matrix": {
"python-version": [
"3.7",
"3.8",
"3.9",
"3.10",
"3.11",
"3.12"
],
"os": [
"ubuntu-latest",
"windows-latest",
"macos-latest"
]
}
} |
||
| 27876 | Publish Python Package 20992 | deploy | sqlite-utils 140912432 | ubuntu-latest | [
"test"
] |
||
| 27877 | Check spelling in documentation 20993 | spellcheck | sqlite-utils 140912432 | ubuntu-latest | |||
| 27878 | Calculate test coverage 20994 | test | sqlite-utils 140912432 | ubuntu-latest | |||
| 27879 | Test 20995 | test | sqlite-utils 140912432 | ${{ matrix.os }} | {
"matrix": {
"python-version": [
"3.7",
"3.8",
"3.9",
"3.10",
"3.11",
"3.12"
],
"numpy": [
0,
1
],
"os": [
"ubuntu-latest",
"macos-latest",
"windows-latest"
]
}
} |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [jobs] (
[id] INTEGER PRIMARY KEY,
[workflow] INTEGER REFERENCES [workflows]([id]),
[name] TEXT,
[repo] INTEGER REFERENCES [repos]([id]),
[runs-on] TEXT,
[strategy] TEXT
, [needs] TEXT, [if] TEXT);
CREATE INDEX [idx_jobs_repo]
ON [jobs] ([repo]);
CREATE INDEX [idx_jobs_workflow]
ON [jobs] ([workflow]);