Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes (attempt 2/3)
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 11, 2024
1 parent 4fb0ac7 commit f890574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/gh-workflow-tailcall/src/workflow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ impl Workflow {
fn workflow_cond(&self) -> Context<bool> {
let is_main = Context::github().ref_().eq("refs/heads/main".into());
let is_push = Context::github().event_name().eq("push".into());

is_main.and(is_push)
}

Expand Down

0 comments on commit f890574

Please sign in to comment.