Skip to content

Commit

Permalink
remove blocking change
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba committed Sep 27, 2024
1 parent 35bcc99 commit 47c3d9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-freeze.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Code Freeze
on:
pull_request:
pull_request_target:
types:
- opened
- synchronize
Expand Down
1 change: 0 additions & 1 deletion crates/astria-sequencer-relayer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ use tracing::{
warn,
};

// Testing
#[tokio::main]
async fn main() -> ExitCode {
astria_eyre::install().expect("astria eyre hook must be the first hook installed");
Expand Down

0 comments on commit 47c3d9a

Please sign in to comment.