From f6cc0d864dc1f7dacad378301b9c527c10fa03c7 Mon Sep 17 00:00:00 2001 From: ethyla <36268899+ethyla@users.noreply.github.com> Date: Wed, 24 Jul 2024 15:24:37 +0200 Subject: [PATCH] fix: ci and time --- .github/workflows/ci.yml | 4 ++-- .../pol-upgrade/UpgradeStake_DepositManager_Mainnet.s.sol | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddb058d3..a7a992b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,8 @@ name: CI on: - # push: - # branches: [main, dev, feat/*, fix/*] + push: + branches: [main, dev] pull_request: branches: [main, dev] diff --git a/scripts/deployers/pol-upgrade/UpgradeStake_DepositManager_Mainnet.s.sol b/scripts/deployers/pol-upgrade/UpgradeStake_DepositManager_Mainnet.s.sol index a49a4414..c30e03e5 100644 --- a/scripts/deployers/pol-upgrade/UpgradeStake_DepositManager_Mainnet.s.sol +++ b/scripts/deployers/pol-upgrade/UpgradeStake_DepositManager_Mainnet.s.sol @@ -47,7 +47,7 @@ contract UpgradeStake_DepositManager_Mainnet is Script { console.log("\n----------------------\n"); - console.log("After at least 7 days send executeBatchPayload to: ", address(timelock)); + console.log("After at least 2 days send executeBatchPayload to: ", address(timelock)); console.logBytes(executeBatchPayload); }