Skip to content

Commit

Permalink
use ===
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Aug 29, 2023
1 parent b7571f5 commit 935f23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/prechecks.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ export async function prechecks(
} else if (
(commitStatus === 'SUCCESS' ||
commitStatus === null ||
commitStatus == 'skip_ci') &&
commitStatus === 'skip_ci') &&
update_branch !== 'disabled' &&
behind === true
) {
Expand Down

0 comments on commit 935f23e

Please sign in to comment.