Skip to content

Commit

Permalink
Only send queued status, not started
Browse files Browse the repository at this point in the history
  • Loading branch information
rbvermaa committed Apr 25, 2024
1 parent 00dbc2c commit 8137050
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/lib/Hydra/Plugin/GithubStatus.pm
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,7 @@ sub common {
}

sub buildQueued {
#common(@_, [], 0);
}

sub buildStarted {
#common(@_, [], 0);
common(@_, [], 0);
}

sub buildFinished {
Expand Down

0 comments on commit 8137050

Please sign in to comment.