From ccc2dd5135c3b63ddcdb29a9d38f53b023b2957f Mon Sep 17 00:00:00 2001 From: Tess Neau Date: Mon, 23 Dec 2024 11:53:08 -0800 Subject: [PATCH] test the cross-linux job --- .github/workflows/master_merge_queue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master_merge_queue.yml b/.github/workflows/master_merge_queue.yml index c09a317bd2deb..133814af27708 100644 --- a/.github/workflows/master_merge_queue.yml +++ b/.github/workflows/master_merge_queue.yml @@ -80,7 +80,7 @@ jobs: cross-linux: # We run cross checks when dependencies change to ensure they still build. # This helps us avoid adopting dependencies that aren't compatible with other architectures. - if: needs.changes.outputs.dependencies == 'true' +# if: needs.changes.outputs.dependencies == 'true' uses: ./.github/workflows/cross.yml needs: changes secrets: inherit