We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca2ed21 + 302cf1c commit 11e15b4Copy full SHA for 11e15b4
2 files changed
.github/workflows/deploy-network.yml
@@ -292,6 +292,10 @@ jobs:
292
fi
293
294
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
299
RUN_URL="https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
300
TEXT="Deploy Network workflow FAILED for *${{ inputs.network }}*: <${RUN_URL}|View Run> (🤖)"
301
wsdb/yarn.lock
@@ -63,6 +63,8 @@ __metadata:
63
optional: true
64
"@aztec/wsdb-linux-x64":
65
66
+ bin:
67
+ aztec-wsdb: ./dest/bin.js
68
languageName: unknown
69
linkType: soft
70
0 commit comments