Skip to content

Commit cb17e11

Browse files
feat: update onhost canaries after build packages (#1113)
1 parent 0b8ce9f commit cb17e11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155

156156
onhost_canaries:
157157
uses: ./.github/workflows/component_onhost_canaries.yml
158-
needs: [ build-image ]
158+
needs: [ build-packages ]
159159
with:
160160
environment: staging
161161
operation: apply

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182

183183
onhost_canaries:
184184
uses: ./.github/workflows/component_onhost_canaries.yml
185-
needs: [ build-image ]
185+
needs: [ build-packages ]
186186
with:
187187
environment: production
188188
operation: apply

0 commit comments

Comments
 (0)