Skip to content

Commit

Permalink
--test-- avoid if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddOnTop committed Nov 4, 2024
1 parent 2428ae0 commit 37309e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspace/autogen/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fn main() {

let job = Job::new("Run tests")
.runs_on(OneOrManyOrObject::Single("ubuntu-latest".to_string()))
.if_condition(Expression::new("github.event_name == 'push'"))
// .if_condition(Expression::new("github.event_name == 'push'"))
.timeout_minutes(10)
.steps(steps);

Expand Down

0 comments on commit 37309e2

Please sign in to comment.