Skip to content

Commit

Permalink
fix: ci and time
Browse files Browse the repository at this point in the history
  • Loading branch information
ethyla committed Jul 24, 2024
1 parent 8eb7e37 commit f6cc0d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: CI

on:
# push:
# branches: [main, dev, feat/*, fix/*]
push:
branches: [main, dev]
pull_request:
branches: [main, dev]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit f6cc0d8

Please sign in to comment.