home / github

Menu
  • Search all tables
  • GraphQL API

jobs

Table actions
  • GraphQL API for jobs

16 rows where repo = 107914493

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: workflow, runs-on, needs, needs (array)

name 10 ✖

  • test 4
  • build 2
  • deploy 2
  • deploy_docker 2
  • deploy-branch-preview 1
  • deploy_static_docs 1
  • documentation-links 1
  • mirror 1
  • prettier 1
  • spellcheck 1
id ▼ workflow name repo runs-on strategy needs if
26772 Mirror "master" and "main" branches 20160 mirror datasette 107914493 ubuntu-latest      
27805 Deploy a Datasette branch preview to Vercel 20938 deploy-branch-preview datasette 107914493 ubuntu-latest      
27806 Deploy latest.datasette.io 20939 deploy datasette 107914493 ubuntu-latest      
27807 Read the Docs Pull Request Preview 20940 documentation-links datasette 107914493 ubuntu-latest      
27808 Check JavaScript for conformance with Prettier 20941 prettier datasette 107914493 ubuntu-latest      
27809 Publish Python Package 20942 test datasette 107914493 ubuntu-latest
{
    "matrix": {
        "python-version": [
            "3.8",
            "3.9",
            "3.10",
            "3.11"
        ]
    }
}
   
27810 Publish Python Package 20942 deploy datasette 107914493 ubuntu-latest  
[
    "test"
]
 
27811 Publish Python Package 20942 deploy_static_docs datasette 107914493 ubuntu-latest  
[
    "deploy"
]
!github.event.release.prerelease
27812 Publish Python Package 20942 deploy_docker datasette 107914493 ubuntu-latest  
[
    "deploy"
]
!github.event.release.prerelease
27813 Push specific Docker tag 20943 deploy_docker datasette 107914493 ubuntu-latest      
27814 Check spelling in documentation 20944 spellcheck datasette 107914493 ubuntu-latest      
27815 Calculate test coverage 20945 test datasette 107914493 ubuntu-latest      
27816 Test in Pyodide with shot-scraper 20946 test datasette 107914493 ubuntu-latest      
27817 Test 20947 test datasette 107914493 ubuntu-latest
{
    "matrix": {
        "python-version": [
            "3.8",
            "3.9",
            "3.10",
            "3.11",
            "3.12"
        ]
    }
}
   
27818 tmate session mac 20948 build datasette 107914493 macos-latest      
27819 tmate session 20949 build datasette 107914493 ubuntu-latest      

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 36.001ms · About: github-to-sqlite