mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 04:46:49 +00:00
chore(github/workflow/bumper): only run on pr
This commit is contained in:
16
.github/workflows/nix-bumper.yml
vendored
16
.github/workflows/nix-bumper.yml
vendored
@@ -1,9 +1,6 @@
|
||||
name: "bumper"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "develop"
|
||||
pull_request_target:
|
||||
branches:
|
||||
- "develop"
|
||||
@@ -16,11 +13,8 @@ jobs:
|
||||
contents: "write"
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
# nix runner already has Nix insatlled
|
||||
# - name: Install Nix
|
||||
# uses: DeterminateSystems/nix-installer-action@main
|
||||
# - uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
- name: Run Bumper
|
||||
run: nix run .#bumper
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
- name: Run Bumper
|
||||
run: nix run .#bumper
|
||||
|
||||
Reference in New Issue
Block a user