From 8da464562c1078832e36ff7d96268e567bb3f67c Mon Sep 17 00:00:00 2001 From: Moray Grieve Date: Sun, 8 Dec 2024 16:54:55 +0000 Subject: [PATCH] Sepolia/dev/uat can run on any box --- .github/workflows/system_check_profits.yml | 2 +- .github/workflows/system_send_to_wallet.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/system_check_profits.yml b/.github/workflows/system_check_profits.yml index 1d757e4d..b5fc256b 100644 --- a/.github/workflows/system_check_profits.yml +++ b/.github/workflows/system_check_profits.yml @@ -1,6 +1,6 @@ # Check key balances on sepolia-testnet to determine profits # -name: '[system] Check sepolia testnet profits' +name: '[system] Check profits' run-name: Check sepolia-testnet profits on: schedule: diff --git a/.github/workflows/system_send_to_wallet.yml b/.github/workflows/system_send_to_wallet.yml index a097196e..516f7d23 100644 --- a/.github/workflows/system_send_to_wallet.yml +++ b/.github/workflows/system_send_to_wallet.yml @@ -1,6 +1,6 @@ # Send any funds from the L1 deployment account to the gnosis safe wallet # -name: '[system] Send deployer funds to wallet' +name: '[system] Send to wallet' run-name: Send L1 deployer funds to safe wallet on: workflow_dispatch: