Skip to content

Commit fe9e095

Browse files
authored
chore(ci): revise needs in pr-open.yml (#112)
1 parent d1aab12 commit fe9e095

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pr-open.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
uses: ./.github/workflows/.tests.yml
5151
with:
5252
tag: ${{ github.event.number || 'latest' }}
53+
5354
resume-resources-dev:
5455
name: Resume Resources Dev
5556
if: (github.event_name == 'workflow_dispatch')
@@ -61,6 +62,7 @@ jobs:
6162
with:
6263
app_env: dev
6364
secrets: inherit
65+
6466
deploy-to-dev:
6567
name: Deploy to Dev
6668
if: (github.event_name == 'workflow_dispatch')
@@ -75,12 +77,13 @@ jobs:
7577
tag: manual
7678
app_env: dev
7779
secrets: inherit
80+
7881
results:
7982
name: PR Results
8083
concurrency:
8184
group: pr-results-${{ github.event.number || 'latest' }}
8285
cancel-in-progress: true
83-
needs: [builds, plan-stack, tests]
86+
needs: [builds, deploy-to-dev, plan-stack, tests]
8487
if: always()
8588
runs-on: ubuntu-24.04
8689
steps:

0 commit comments

Comments
 (0)