home / github

Menu
  • Search all tables
  • GraphQL API

workflows

Table actions
  • GraphQL API for workflows

34 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: filename, name, on, repo

id ▼ filename name on repo env permissions
16252 publish.yml Publish Python Package
{
    "release": {
        "types": [
            "created"
        ]
    }
}
dogsheep-beta 197431109    
16253 test.yml Test
[
    "push"
]
dogsheep-beta 197431109    
16254 test.yml Python package
{
    "push": {
        "branches": [
            "master"
        ]
    },
    "pull_request": {
        "branches": [
            "master"
        ]
    }
}
dogsheep-photos 256834907    
16255 publish.yml Publish Python Package
{
    "release": {
        "types": [
            "created"
        ]
    }
}
evernote-to-sqlite 303218369    
16256 test.yml Test
[
    "push"
]
evernote-to-sqlite 303218369    
16257 deploy-demo.yml Build and deploy demo
{
    "workflow_dispatch": null,
    "push": {
        "branches": [
            "main"
        ]
    },
    "schedule": [
        {
            "cron": "0 0 * * *"
        }
    ]
}
github-to-sqlite 207052882    
16258 publish.yml Publish Python Package
{
    "release": {
        "types": [
            "created"
        ]
    }
}
github-to-sqlite 207052882    
16259 readme-toc.yaml Update README table of contents
{
    "workflow_dispatch": null,
    "push": {
        "branches": [
            "main"
        ],
        "paths": [
            "README.md"
        ]
    }
}
github-to-sqlite 207052882    
16260 test.yml Test
[
    "push"
]
github-to-sqlite 207052882    
16261 publish.yml Publish Python Package
{
    "release": {
        "types": [
            "created"
        ]
    }
}
hacker-news-to-sqlite 248903544    
16262 test.yml Test
[
    "push"
]
hacker-news-to-sqlite 248903544    
16263 publish.yml Publish Python Package
{
    "release": {
        "types": [
            "created"
        ]
    }
}
healthkit-to-sqlite 197882382    
16264 test.yml Test
[
    "push"
]
healthkit-to-sqlite 197882382    
16265 publish.yml Publish Python Package
{
    "release": {
        "types": [
            "created"
        ]
    }
}
swarm-to-sqlite 205429375    
16266 test.yml Test
[
    "push"
]
swarm-to-sqlite 205429375    
16267 publish.yml Publish Python Package
{
    "release": {
        "types": [
            "created"
        ]
    }
}
twitter-to-sqlite 206156866    
16268 readme-toc.yml Update README table of contents
{
    "push": {
        "branches": [
            "main",
            "master"
        ],
        "paths": [
            "README.md"
        ]
    }
}
twitter-to-sqlite 206156866    
16269 test.yml Test
[
    "push"
]
twitter-to-sqlite 206156866    
16270 deploy-latest.yml Deploy latest.datasette.io
{
    "push": {
        "branches": [
            "main"
        ]
    }
}
datasette 107914493  
{
    "contents": "read"
}
16271 mirror-master-and-main.yml Mirror "master" and "main" branches
{
    "push": {
        "branches": [
            "master",
            "main"
        ]
    }
}
datasette 107914493    
16272 prettier.yml Check JavaScript for conformance with Prettier
[
    "push"
]
datasette 107914493  
{
    "contents": "read"
}
16273 publish.yml Publish Python Package
{
    "release": {
        "types": [
            "created"
        ]
    }
}
datasette 107914493  
{
    "contents": "read"
}
16274 push_docker_tag.yml Push specific Docker tag
{
    "workflow_dispatch": {
        "inputs": {
            "version_tag": {
                "description": "Tag to build and push"
            }
        }
    }
}
datasette 107914493  
{
    "contents": "read"
}
16275 spellcheck.yml Check spelling in documentation
[
    "push",
    "pull_request"
]
datasette 107914493  
{
    "contents": "read"
}
16276 test-coverage.yml Calculate test coverage
{
    "push": {
        "branches": [
            "main"
        ]
    },
    "pull_request": {
        "branches": [
            "main"
        ]
    }
}
datasette 107914493  
{
    "contents": "read"
}
16277 test-pyodide.yml Test in Pyodide with shot-scraper
{
    "push": null,
    "pull_request": null,
    "workflow_dispatch": null
}
datasette 107914493  
{
    "contents": "read"
}
16278 test.yml Test
[
    "push",
    "pull_request"
]
datasette 107914493  
{
    "contents": "read"
}
16279 tmate-mac.yml tmate session mac
{
    "workflow_dispatch": null
}
datasette 107914493  
{
    "contents": "read"
}
16280 tmate.yml tmate session
{
    "workflow_dispatch": null
}
datasette 107914493  
{
    "contents": "read"
}
16281 codeql-analysis.yml CodeQL
{
    "push": {
        "branches": [
            "main"
        ]
    },
    "schedule": [
        {
            "cron": "0 4 * * 5"
        }
    ]
}
sqlite-utils 140912432    
16282 publish.yml Publish Python Package
{
    "release": {
        "types": [
            "created"
        ]
    }
}
sqlite-utils 140912432    
16283 spellcheck.yml Check spelling in documentation
[
    "push",
    "pull_request"
]
sqlite-utils 140912432    
16284 test-coverage.yml Calculate test coverage
{
    "push": {
        "branches": [
            "main"
        ]
    },
    "pull_request": {
        "branches": [
            "main"
        ]
    }
}
sqlite-utils 140912432    
16285 test.yml Test
[
    "push",
    "pull_request"
]
sqlite-utils 140912432
{
    "FORCE_COLOR": 1
}
 

Advanced export

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

CSV options:

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