File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 47
47
48
48
build-next-app :
49
49
environment : build-preproduction
50
- needs : [build-api]
51
50
outputs :
52
51
tags : ${{ steps.meta.outputs.tags }}
53
52
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 47
47
48
48
build-next-app :
49
49
environment : build-production
50
- needs : [build-api]
51
50
outputs :
52
51
tags : ${{ steps.meta.outputs.tags }}
53
52
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 53
53
54
54
build-next-app :
55
55
environment : build-review-auto
56
- needs : [build-api]
57
56
outputs :
58
57
tags : ${{ steps.meta.outputs.tags }}
59
58
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 56
56
57
57
build-next-app :
58
58
environment : build-review
59
- needs : [build-api]
60
59
outputs :
61
60
tags : ${{ steps.meta.outputs.tags }}
62
61
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments