mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
fix: remove additional workflow
This commit is contained in:
16
.github/workflows/node-install.yml
vendored
16
.github/workflows/node-install.yml
vendored
@ -1,16 +0,0 @@
|
|||||||
name: Node install
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_call:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
setup:
|
|
||||||
name: Setup Node & cache
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Copy env
|
|
||||||
run: cp .env.example .env
|
|
||||||
|
|
||||||
- uses: ./.github/actions/node-install
|
|
||||||
21
.github/workflows/production-build.yml
vendored
21
.github/workflows/production-build.yml
vendored
@ -1,21 +0,0 @@
|
|||||||
name: Production Build
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_call:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
name: Build
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
fetch-depth: 2
|
|
||||||
|
|
||||||
- name: Copy env
|
|
||||||
run: cp .env.example .env
|
|
||||||
|
|
||||||
- uses: ./.github/actions/node-install
|
|
||||||
|
|
||||||
- uses: ./.github/actions/cache-build
|
|
||||||
Reference in New Issue
Block a user