Skip to content

Commit b11801e

Browse files
committed
chore: clean
1 parent bebe2c6 commit b11801e

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

.github/workflows/preproduction.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747

4848
build-next-app:
4949
environment: build-preproduction
50-
needs: [build-api]
5150
outputs:
5251
tags: ${{ steps.meta.outputs.tags }}
5352
runs-on: ubuntu-latest

.github/workflows/production.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747

4848
build-next-app:
4949
environment: build-production
50-
needs: [build-api]
5150
outputs:
5251
tags: ${{ steps.meta.outputs.tags }}
5352
runs-on: ubuntu-latest

.github/workflows/review-auto.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353

5454
build-next-app:
5555
environment: build-review-auto
56-
needs: [build-api]
5756
outputs:
5857
tags: ${{ steps.meta.outputs.tags }}
5958
runs-on: ubuntu-latest

.github/workflows/review.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656

5757
build-next-app:
5858
environment: build-review
59-
needs: [build-api]
6059
outputs:
6160
tags: ${{ steps.meta.outputs.tags }}
6261
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)