File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 50
50
uses : ./.github/workflows/.tests.yml
51
51
with :
52
52
tag : ${{ github.event.number || 'latest' }}
53
+
53
54
resume-resources-dev :
54
55
name : Resume Resources Dev
55
56
if : (github.event_name == 'workflow_dispatch')
61
62
with :
62
63
app_env : dev
63
64
secrets : inherit
65
+
64
66
deploy-to-dev :
65
67
name : Deploy to Dev
66
68
if : (github.event_name == 'workflow_dispatch')
@@ -75,12 +77,13 @@ jobs:
75
77
tag : manual
76
78
app_env : dev
77
79
secrets : inherit
80
+
78
81
results :
79
82
name : PR Results
80
83
concurrency :
81
84
group : pr-results-${{ github.event.number || 'latest' }}
82
85
cancel-in-progress : true
83
- needs : [builds, plan-stack, tests]
86
+ needs : [builds, deploy-to-dev, plan-stack, tests]
84
87
if : always()
85
88
runs-on : ubuntu-24.04
86
89
steps :
You can’t perform that action at this time.
0 commit comments