Skip to content

Commit

Permalink
Comment to trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ferglor committed Apr 9, 2024
1 parent b3aab74 commit 1484c74
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,8 @@ func (r *EvmRegistry) refreshActiveUpkeeps() error {
defer cancel()

r.lggr.Debugf("Refreshing active upkeeps list")
// get active upkeep ids from contract
// get active upkeep ids from contract
// comment to trigger CI
ids, err := r.getLatestIDsFromContract(ctx)
if err != nil {
return fmt.Errorf("failed to get active upkeep ids from contract during refresh: %s", err)
Expand Down

0 comments on commit 1484c74

Please sign in to comment.