home / github

Menu
  • Search all tables
  • GraphQL API

workflows

Table actions
  • GraphQL API for workflows

41 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: filename, name, repo, permissions

on 16 ✖

  • {"release": {"types": ["created"]}} 11
  • ["push"] 8
  • ["push", "pull_request"] 6
  • {"pull_request_target": {"types": ["opened"]}} 2
  • {"push": {"branches": ["main"]}, "pull_request": {"branches": ["main"]}} 2
  • {"workflow_dispatch": null} 2
  • {"push": null, "pull_request": null, "workflow_dispatch": null} 1
  • {"push": {"branches": ["main", "1.0-dev"]}} 1
  • {"push": {"branches": ["main", "master"], "paths": ["README.md"]}} 1
  • {"push": {"branches": ["main"]}, "schedule": [{"cron": "0 4 * * 5"}]} 1
  • {"push": {"branches": ["master", "main"]}} 1
  • {"push": {"branches": ["master"]}, "pull_request": {"branches": ["master"]}} 1
  • {"workflow_dispatch": null, "push": {"branches": ["main"], "paths": ["README.md"]}} 1
  • {"workflow_dispatch": null, "push": {"branches": ["main"]}, "schedule": [{"cron": "0 0 * * *"}]} 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    
20916 publish.yml Publish Python Package
{
    "release": {
        "types": [
            "created"
        ]
    }
}
apple-notes-to-sqlite 611552758  
{
    "contents": "read"
}
20917 test.yml Test
[
    "push",
    "pull_request"
]
apple-notes-to-sqlite 611552758  
{
    "contents": "read"
}
20918 publish.yml Publish Python Package
{
    "release": {
        "types": [
            "created"
        ]
    }
}
dogsheep-beta 197431109    
20919 test.yml Test
[
    "push"
]
dogsheep-beta 197431109    
20920 test.yml Python package
{
    "push": {
        "branches": [
            "master"
        ]
    },
    "pull_request": {
        "branches": [
            "master"
        ]
    }
}
dogsheep-photos 256834907    
20921 publish.yml Publish Python Package
{
    "release": {
        "types": [
            "created"
        ]
    }
}
evernote-to-sqlite 303218369    
20922 test.yml Test
[
    "push"
]
evernote-to-sqlite 303218369    
20923 deploy-demo.yml Build and deploy demo
{
    "workflow_dispatch": null,
    "push": {
        "branches": [
            "main"
        ]
    },
    "schedule": [
        {
            "cron": "0 0 * * *"
        }
    ]
}
github-to-sqlite 207052882    
20924 publish.yml Publish Python Package
{
    "release": {
        "types": [
            "created"
        ]
    }
}
github-to-sqlite 207052882    
20925 readme-toc.yaml Update README table of contents
{
    "workflow_dispatch": null,
    "push": {
        "branches": [
            "main"
        ],
        "paths": [
            "README.md"
        ]
    }
}
github-to-sqlite 207052882    
20926 test.yml Test
[
    "push"
]
github-to-sqlite 207052882    
20927 publish.yml Publish Python Package
{
    "release": {
        "types": [
            "created"
        ]
    }
}
hacker-news-to-sqlite 248903544    
20928 test.yml Test
[
    "push"
]
hacker-news-to-sqlite 248903544    
20929 publish.yml Publish Python Package
{
    "release": {
        "types": [
            "created"
        ]
    }
}
healthkit-to-sqlite 197882382    
20930 test.yml Test
[
    "push"
]
healthkit-to-sqlite 197882382    
20931 publish.yml Publish Python Package
{
    "release": {
        "types": [
            "created"
        ]
    }
}
pocket-to-sqlite 213286752  
{
    "contents": "read"
}
20932 test.yml Test
[
    "push",
    "pull_request"
]
pocket-to-sqlite 213286752  
{
    "contents": "read"
}
20933 publish.yml Publish Python Package
{
    "release": {
        "types": [
            "created"
        ]
    }
}
swarm-to-sqlite 205429375    
20934 test.yml Test
[
    "push"
]
swarm-to-sqlite 205429375    
20935 publish.yml Publish Python Package
{
    "release": {
        "types": [
            "created"
        ]
    }
}
twitter-to-sqlite 206156866    
20936 readme-toc.yml Update README table of contents
{
    "push": {
        "branches": [
            "main",
            "master"
        ],
        "paths": [
            "README.md"
        ]
    }
}
twitter-to-sqlite 206156866    
20937 test.yml Test
[
    "push"
]
twitter-to-sqlite 206156866    
20938 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    
20939 deploy-latest.yml Deploy latest.datasette.io
{
    "push": {
        "branches": [
            "main",
            "1.0-dev"
        ]
    }
}
datasette 107914493  
{
    "contents": "read"
}
20940 documentation-links.yml Read the Docs Pull Request Preview
{
    "pull_request_target": {
        "types": [
            "opened"
        ]
    }
}
datasette 107914493  
{
    "pull-requests": "write"
}
20941 prettier.yml Check JavaScript for conformance with Prettier
[
    "push"
]
datasette 107914493  
{
    "contents": "read"
}
20942 publish.yml Publish Python Package
{
    "release": {
        "types": [
            "created"
        ]
    }
}
datasette 107914493  
{
    "contents": "read"
}
20943 push_docker_tag.yml Push specific Docker tag
{
    "workflow_dispatch": {
        "inputs": {
            "version_tag": {
                "description": "Tag to build and push"
            }
        }
    }
}
datasette 107914493  
{
    "contents": "read"
}
20944 spellcheck.yml Check spelling in documentation
[
    "push",
    "pull_request"
]
datasette 107914493  
{
    "contents": "read"
}
20945 test-coverage.yml Calculate test coverage
{
    "push": {
        "branches": [
            "main"
        ]
    },
    "pull_request": {
        "branches": [
            "main"
        ]
    }
}
datasette 107914493  
{
    "contents": "read"
}
20946 test-pyodide.yml Test in Pyodide with shot-scraper
{
    "push": null,
    "pull_request": null,
    "workflow_dispatch": null
}
datasette 107914493  
{
    "contents": "read"
}
20947 test.yml Test
[
    "push",
    "pull_request"
]
datasette 107914493  
{
    "contents": "read"
}
20948 tmate-mac.yml tmate session mac
{
    "workflow_dispatch": null
}
datasette 107914493  
{
    "contents": "read"
}
20949 tmate.yml tmate session
{
    "workflow_dispatch": null
}
datasette 107914493  
{
    "contents": "read"
}
20950 codeql-analysis.yml CodeQL
{
    "push": {
        "branches": [
            "main"
        ]
    },
    "schedule": [
        {
            "cron": "0 4 * * 5"
        }
    ]
}
sqlite-utils 140912432    
20951 documentation-links.yml Read the Docs Pull Request Preview
{
    "pull_request_target": {
        "types": [
            "opened"
        ]
    }
}
sqlite-utils 140912432  
{
    "pull-requests": "write"
}
20952 publish.yml Publish Python Package
{
    "release": {
        "types": [
            "created"
        ]
    }
}
sqlite-utils 140912432    
20953 spellcheck.yml Check spelling in documentation
[
    "push",
    "pull_request"
]
sqlite-utils 140912432    
20954 test-coverage.yml Calculate test coverage
{
    "push": {
        "branches": [
            "main"
        ]
    },
    "pull_request": {
        "branches": [
            "main"
        ]
    }
}
sqlite-utils 140912432    
20955 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 24.077ms · About: github-to-sqlite