We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b8ce9f commit cb17e11Copy full SHA for cb17e11
.github/workflows/nightly.yml
@@ -155,7 +155,7 @@ jobs:
155
156
onhost_canaries:
157
uses: ./.github/workflows/component_onhost_canaries.yml
158
- needs: [ build-image ]
+ needs: [ build-packages ]
159
with:
160
environment: staging
161
operation: apply
.github/workflows/prerelease.yml
@@ -182,7 +182,7 @@ jobs:
182
183
184
185
186
187
environment: production
188
0 commit comments