Skip to content

Commit

Permalink
Merge pull request #138 from gilles-peskine-arm/merge-queue-fake-chec…
Browse files Browse the repository at this point in the history
…ks-flip-to-openci-20221104

Flip the merge queue to OpenCI
  • Loading branch information
gilles-peskine-arm authored Nov 4, 2023
2 parents a91e5a4 + 3419867 commit 52b73c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/mbedtls.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def run_pr_job(is_production=true) {
try {
common.maybe_notify_github('PENDING', 'In progress')

if (!common.is_open_ci_env && is_merge_queue) {
if (common.is_open_ci_env && is_merge_queue) {
// Fake required checks that don't run in the merge queue
def skipped_checks = [
'DCO',
Expand Down

0 comments on commit 52b73c5

Please sign in to comment.