From d22077449d79d845092df7b39b47eb9e2a693296 Mon Sep 17 00:00:00 2001 From: Hakim <59644786+haammar-ledger@users.noreply.github.com> Date: Tue, 5 Apr 2022 14:57:50 +0200 Subject: [PATCH] Cosmos fixes (#1846) * Set bot on family/cosmos branch * LIVE-1873 * trigger bot --- .github/workflows/bot-cosmos-mooncake.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bot-cosmos-mooncake.yml b/.github/workflows/bot-cosmos-mooncake.yml index f08cbd2d14..65e290479f 100644 --- a/.github/workflows/bot-cosmos-mooncake.yml +++ b/.github/workflows/bot-cosmos-mooncake.yml @@ -2,7 +2,7 @@ name: Bot 'Cosmos JS' on: push: branches: - - cosmos-js + - family/cosmos jobs: start-runner: @@ -66,7 +66,7 @@ jobs: GITHUB_RUN_ID: ${{ github.run_id }} GITHUB_WORKFLOW: ${{ github.workflow }} SLACK_API_TOKEN: ${{ secrets.SLACK_API_TOKEN }} - SLACK_CHANNEL: live-ft-atom-js + SLACK_CHANNEL: ci-atom-ll BOT_FILTER_FAMILY: cosmos EXPERIMENTAL_CURRENCIES_JS_BRIDGE: cosmos run: mkdir botreport; COINAPPS=$PWD/coin-apps yarn ci-test-bot @@ -80,4 +80,3 @@ jobs: with: name: botreport path: botreport/ -