mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 02:35:12 +00:00
chore(github/workflows/nix): clean up
This commit is contained in:
13
.github/workflows/nix-aiopusher.yml
vendored
13
.github/workflows/nix-aiopusher.yml
vendored
@@ -1,21 +1,18 @@
|
||||
name: "bumper"
|
||||
name: aiopusher
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request_target:
|
||||
push:
|
||||
branches:
|
||||
- "master"
|
||||
- master
|
||||
|
||||
jobs:
|
||||
bumper:
|
||||
aiopusher:
|
||||
runs-on: nix
|
||||
|
||||
permissions:
|
||||
contents: "write"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
- name: Run Bumper
|
||||
- name: Run AioPusher
|
||||
run: nix run .#workflows.aiopusher
|
||||
|
||||
8
.github/workflows/nix-bumper.yml
vendored
8
.github/workflows/nix-bumper.yml
vendored
@@ -1,19 +1,19 @@
|
||||
name: "bumper"
|
||||
name: bumper
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request_target:
|
||||
branches:
|
||||
- "develop"
|
||||
- develop
|
||||
paths:
|
||||
- "pnpm-lock.yaml"
|
||||
- pnpm-lock.yaml
|
||||
|
||||
jobs:
|
||||
bumper:
|
||||
runs-on: nix
|
||||
|
||||
permissions:
|
||||
contents: "write"
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user