home / github

Menu
  • Search all tables
  • GraphQL API

workflows

Table actions
  • GraphQL API for workflows

7 rows where on contains "workflow_dispatch"

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: on, repo

id ▼ filename name on repo env permissions
20963 deploy-demo.yml Build and deploy demo
{
    "workflow_dispatch": null,
    "push": {
        "branches": [
            "main"
        ]
    },
    "schedule": [
        {
            "cron": "0 0 * * *"
        }
    ]
}
github-to-sqlite 207052882    
20965 readme-toc.yaml Update README table of contents
{
    "workflow_dispatch": null,
    "push": {
        "branches": [
            "main"
        ],
        "paths": [
            "README.md"
        ]
    }
}
github-to-sqlite 207052882    
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    
20983 push_docker_tag.yml Push specific Docker tag
{
    "workflow_dispatch": {
        "inputs": {
            "version_tag": {
                "description": "Tag to build and push"
            }
        }
    }
}
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"
}
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 14.403ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows