home / github

Menu
  • Search all tables
  • GraphQL API

workflows

Table actions
  • GraphQL API for workflows

13 rows where repo = 107914493

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: permissions

on 11 ✖

  • ["push", "pull_request"] 2
  • {"workflow_dispatch": null} 2
  • ["push"] 1
  • {"pull_request_target": {"types": ["opened"]}} 1
  • {"push": null, "pull_request": null, "workflow_dispatch": null} 1
  • {"push": {"branches": ["main", "1.0-dev"]}} 1
  • {"push": {"branches": ["main"]}, "pull_request": {"branches": ["main"]}} 1
  • {"push": {"branches": ["master", "main"]}} 1
  • {"release": {"types": ["created"]}} 1
  • {"workflow_dispatch": {"inputs": {"branch": {"description": "Branch to deploy", "required": true, "type": "string"}}}} 1
  • {"workflow_dispatch": {"inputs": {"version_tag": {"description": "Tag to build and push"}}}} 1
id ▼ filename name on repo env permissions
20160 mirror-master-and-main.yml Mirror "master" and "main" branches
{
    "push": {
        "branches": [
            "master",
            "main"
        ]
    }
}
datasette 107914493    
20978 deploy-branch-preview.yml Deploy a Datasette branch preview to Vercel
{
    "workflow_dispatch": {
        "inputs": {
            "branch": {
                "description": "Branch to deploy",
                "required": true,
                "type": "string"
            }
        }
    }
}
datasette 107914493    
20979 deploy-latest.yml Deploy latest.datasette.io
{
    "push": {
        "branches": [
            "main",
            "1.0-dev"
        ]
    }
}
datasette 107914493  
{
    "contents": "read"
}
20980 documentation-links.yml Read the Docs Pull Request Preview
{
    "pull_request_target": {
        "types": [
            "opened"
        ]
    }
}
datasette 107914493  
{
    "pull-requests": "write"
}
20981 prettier.yml Check JavaScript for conformance with Prettier
[
    "push"
]
datasette 107914493  
{
    "contents": "read"
}
20982 publish.yml Publish Python Package
{
    "release": {
        "types": [
            "created"
        ]
    }
}
datasette 107914493  
{
    "contents": "read"
}
20983 push_docker_tag.yml Push specific Docker tag
{
    "workflow_dispatch": {
        "inputs": {
            "version_tag": {
                "description": "Tag to build and push"
            }
        }
    }
}
datasette 107914493  
{
    "contents": "read"
}
20984 spellcheck.yml Check spelling in documentation
[
    "push",
    "pull_request"
]
datasette 107914493  
{
    "contents": "read"
}
20985 test-coverage.yml Calculate test coverage
{
    "push": {
        "branches": [
            "main"
        ]
    },
    "pull_request": {
        "branches": [
            "main"
        ]
    }
}
datasette 107914493  
{
    "contents": "read"
}
20986 test-pyodide.yml Test in Pyodide with shot-scraper
{
    "push": null,
    "pull_request": null,
    "workflow_dispatch": null
}
datasette 107914493  
{
    "contents": "read"
}
20987 test.yml Test
[
    "push",
    "pull_request"
]
datasette 107914493  
{
    "contents": "read"
}
20988 tmate-mac.yml tmate session mac
{
    "workflow_dispatch": null
}
datasette 107914493  
{
    "contents": "read"
}
20989 tmate.yml tmate session
{
    "workflow_dispatch": null
}
datasette 107914493  
{
    "contents": "read"
}

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.009ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows