home / github

Menu
  • GraphQL API

jobs

Table actions
  • GraphQL API for jobs

45 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name, repo, runs-on, strategy, needs, needs (array)

id ▼ workflow name repo runs-on strategy needs if
20638 Publish Python Package 15504 test dogsheep-beta 197431109 ubuntu-latest {"matrix": {"python-version": [3.6, 3.7, 3.8, 3.9]}}    
20639 Publish Python Package 15504 deploy dogsheep-beta 197431109 ubuntu-latest   ["test"]  
20640 Test 15505 test dogsheep-beta 197431109 ubuntu-latest {"matrix": {"python-version": [3.6, 3.7, 3.8, 3.9]}}    
20641 Python package 15506 build dogsheep-photos 256834907 macos-latest {"matrix": {"python-version": [3.7, 3.8]}}    
20642 Publish Python Package 15507 test evernote-to-sqlite 303218369 ubuntu-latest {"matrix": {"python-version": [3.6, 3.7, 3.8, 3.9]}}    
20643 Publish Python Package 15507 deploy evernote-to-sqlite 303218369 ubuntu-latest   ["test"]  
20644 Test 15508 test evernote-to-sqlite 303218369 ubuntu-latest {"matrix": {"python-version": [3.6, 3.7, 3.8, 3.9]}}    
20645 Build and deploy demo 15509 scheduled github-to-sqlite 207052882 ubuntu-latest      
20646 Publish Python Package 15510 test github-to-sqlite 207052882 ubuntu-latest {"matrix": {"python-version": [3.6, 3.7, 3.8, 3.9]}}    
20647 Publish Python Package 15510 deploy github-to-sqlite 207052882 ubuntu-latest   ["test"]  
20648 Update README table of contents 15511 build github-to-sqlite 207052882 ubuntu-latest      
20649 Test 15512 test github-to-sqlite 207052882 ubuntu-latest {"matrix": {"python-version": [3.6, 3.7, 3.8, 3.9]}}    
20650 Publish Python Package 15513 test hacker-news-to-sqlite 248903544 ubuntu-latest {"matrix": {"python-version": [3.6, 3.7, 3.8, 3.9]}}    
20651 Publish Python Package 15513 deploy hacker-news-to-sqlite 248903544 ubuntu-latest   ["test"]  
20652 Test 15514 test hacker-news-to-sqlite 248903544 ubuntu-latest {"matrix": {"python-version": [3.6, 3.7, 3.8, 3.9]}}    
20653 Publish Python Package 15515 test healthkit-to-sqlite 197882382 ubuntu-latest {"matrix": {"python-version": [3.6, 3.7, 3.8, 3.9]}}    
20654 Publish Python Package 15515 deploy healthkit-to-sqlite 197882382 ubuntu-latest   ["test"]  
20655 Test 15516 test healthkit-to-sqlite 197882382 ubuntu-latest {"matrix": {"python-version": [3.6, 3.7, 3.8, 3.9]}}    
20656 Publish Python Package 15517 test swarm-to-sqlite 205429375 ubuntu-latest {"matrix": {"python-version": [3.6, 3.7, 3.8, 3.9]}}    
20657 Publish Python Package 15517 deploy swarm-to-sqlite 205429375 ubuntu-latest   ["test"]  
20658 Test 15518 test swarm-to-sqlite 205429375 ubuntu-latest {"matrix": {"python-version": [3.6, 3.7, 3.8, 3.9]}}    
20659 Publish Python Package 15519 test twitter-to-sqlite 206156866 ubuntu-latest {"matrix": {"python-version": [3.6, 3.7, 3.8, 3.9]}}    
20660 Publish Python Package 15519 deploy twitter-to-sqlite 206156866 ubuntu-latest   ["test"]  
20661 Update README table of contents 15520 build twitter-to-sqlite 206156866 ubuntu-latest      
20662 Test 15521 test twitter-to-sqlite 206156866 ubuntu-latest {"matrix": {"python-version": [3.6, 3.7, 3.8, 3.9]}}    
20663 Deploy latest.datasette.io 15522 deploy datasette 107914493 ubuntu-latest      
20664 Mirror "master" and "main" branches 15523 mirror datasette 107914493 ubuntu-latest      
20665 Check JavaScript for conformance with Prettier 15524 prettier datasette 107914493 ubuntu-latest      
20666 Publish Python Package 15525 test datasette 107914493 ubuntu-latest {"matrix": {"python-version": ["3.7", "3.8", "3.9", "3.10"]}}    
20667 Publish Python Package 15525 deploy datasette 107914493 ubuntu-latest   ["test"]  
20668 Publish Python Package 15525 deploy_static_docs datasette 107914493 ubuntu-latest   ["deploy"] !github.event.release.prerelease
20669 Publish Python Package 15525 deploy_docker datasette 107914493 ubuntu-latest   ["deploy"] !github.event.release.prerelease
20670 Push specific Docker tag 15526 deploy_docker datasette 107914493 ubuntu-latest      
20671 Check spelling in documentation 15527 spellcheck datasette 107914493 ubuntu-latest      
20672 Calculate test coverage 15528 test datasette 107914493 ubuntu-latest      
20673 Test in Pyodide with shot-scraper 15529 test datasette 107914493 ubuntu-latest      
20674 Test 15530 test datasette 107914493 ubuntu-latest {"matrix": {"python-version": ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]}}    
20675 tmate session mac 15531 build datasette 107914493 macos-latest      
20676 tmate session 15532 build datasette 107914493 ubuntu-latest      
20677 CodeQL 15533 Analyze sqlite-utils 140912432 ubuntu-latest {"fail-fast": false, "matrix": {"language": ["python"]}}    
20678 Publish Python Package 15534 test sqlite-utils 140912432 ${{ matrix.os }} {"matrix": {"python-version": ["3.6", "3.7", "3.8", "3.9", "3.10"], "os": ["ubuntu-latest", "windows-latest", "macos-latest"]}}    
20679 Publish Python Package 15534 deploy sqlite-utils 140912432 ubuntu-latest   ["test"]  
20680 Check spelling in documentation 15535 spellcheck sqlite-utils 140912432 ubuntu-latest      
20681 Calculate test coverage 15536 test sqlite-utils 140912432 ubuntu-latest      
20682 Test 15537 test sqlite-utils 140912432 ${{ matrix.os }} {"matrix": {"python-version": ["3.6", "3.7", "3.8", "3.9", "3.10"], "numpy": [0, 1], "os": ["ubuntu-latest", "macos-latest", "windows-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 18.629ms · About: simonw/datasette-graphql