Skip to content

Commit 11e15b4

Browse files
authored
Merge branch 'next' into jc/docs/fable-review
2 parents ca2ed21 + 302cf1c commit 11e15b4

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/deploy-network.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,10 @@ jobs:
292292
fi
293293
294294
CHANNEL="#alerts-${{ inputs.network }}"
295+
# staging-internal deploy failures are routed to the staging-public alerts channel.
296+
if [ "${{ inputs.network }}" = "staging-internal" ]; then
297+
CHANNEL="#alerts-staging-public"
298+
fi
295299
RUN_URL="https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
296300
TEXT="Deploy Network workflow FAILED for *${{ inputs.network }}*: <${RUN_URL}|View Run> (🤖)"
297301

wsdb/yarn.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ __metadata:
6363
optional: true
6464
"@aztec/wsdb-linux-x64":
6565
optional: true
66+
bin:
67+
aztec-wsdb: ./dest/bin.js
6668
languageName: unknown
6769
linkType: soft
6870

0 commit comments

Comments
 (0)