fix: remove additional workflow

This commit is contained in:
nafees nazik
2024-01-05 02:22:42 +05:30
parent 346078dbbe
commit 8eed13e275
2 changed files with 0 additions and 37 deletions

View File

@ -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

View File

@ -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