Skip to content

Commit abcd855

Browse files
committed
chore: update CI workflow
1 parent e8d35c5 commit abcd855

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ on:
44
push:
55
branches:
66
- '*'
7-
workflow_call: # Allow this workflow to be called by other workflows
87

98
jobs:
109
ci:
1110
runs-on: ubuntu-latest
12-
environment:
13-
name: preview
11+
environment: preview
1412
steps:
1513
- uses: actions/checkout@v4
1614

.github/workflows/nuxt-hub.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66

77
jobs:
88
deploy-testnet:
9-
needs: [ci]
109
name: Deploy to NuxtHub Testnet
1110
runs-on: ubuntu-latest
1211
environment:
@@ -41,7 +40,6 @@ jobs:
4140
project-key: ${{ secrets.NUXT_HUB_PROJECT_KEY }}
4241

4342
deploy-mainnet:
44-
needs: [ci]
4543
name: Deploy to NuxtHub Mainnet
4644
runs-on: ubuntu-latest
4745
environment:
@@ -74,6 +72,3 @@ jobs:
7472
id: deploy-mainnet
7573
with:
7674
project-key: ${{ secrets.NUXT_HUB_PROJECT_KEY }}
77-
78-
ci:
79-
uses: ./.github/workflows/ci.yml

.github/workflows/pkg.new.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66

77
jobs:
88
build:
9-
needs: [ci]
109
runs-on: ubuntu-latest
1110

1211
steps:
@@ -27,6 +26,3 @@ jobs:
2726
run: pnpm build
2827

2928
- run: pnpx pkg-pr-new publish './packages/*'
30-
31-
ci:
32-
uses: ./.github/workflows/ci.yml

0 commit comments

Comments
 (0)