Skip to content

Commit

Permalink
test the cross-linux job
Browse files Browse the repository at this point in the history
  • Loading branch information
tessneau committed Dec 23, 2024
1 parent 978377d commit ccc2dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master_merge_queue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccc2dd5

Please sign in to comment.