Skip to content

Commit

Permalink
Disable pending status checks in GH Status plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rbvermaa committed Mar 21, 2024
1 parent 8930942 commit 00dbc2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/Hydra/Plugin/GithubStatus.pm
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,11 @@ sub common {
}

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

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

sub buildFinished {
Expand Down

0 comments on commit 00dbc2c

Please sign in to comment.