Skip to content

Commit

Permalink
πŸ’š fire off actions
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed May 5, 2024
1 parent 3471a91 commit ccb3d8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion taskin.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ func New(tasks Tasks, cfg Config) Runners {
task.Config = cfg
runners = append(runners, NewRunner(task, cfg))
}
// simulate tasks running after the program starts
go func() {
for i := range runners {
runners[i].State = Running
Expand Down

0 comments on commit ccb3d8a

Please sign in to comment.