mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 06:36:46 +00:00
17 lines
265 B
YAML
17 lines
265 B
YAML
name: aiopusher
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
workflow_call:
|
|
|
|
jobs:
|
|
aiopusher:
|
|
runs-on: nix
|
|
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
with:
|
|
ref: ${{ github.head_ref }}
|
|
- name: Run AioPusher
|
|
run: nix run .#workflows.aiopusher
|