8000 display content warnings and use summary or name in compact view · dimkr/tootik@c5b4205 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ci

ci #1061

Workflow file for this run

name: ci
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 4'
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/build.yml
with:
version: 99.99.${{ github.run_number }}
0