File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1616
1717name : Build & Test module (cross compilation)
1818on :
19- pull_request :
20- types : [opened, reopened, synchronize]
21- merge_group :
22- types : [checks_requested]
19+ # pull_request:
20+ # types: [opened, reopened, synchronize]
21+ # merge_group:
22+ # types: [checks_requested]
2323 workflow_call :
2424jobs :
2525 build_and_test_cross_compilation :
26+ if : github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'test-cross')
2627 strategy :
2728 fail-fast : false
2829 matrix :
Original file line number Diff line number Diff line change 2626 build_and_test_host :
2727 secrets : inherit
2828 uses : ./.github/workflows/build_and_test_host.yml
29- build_and_test_qnx :
29+ build_and_test_cross_compilation :
3030 secrets : inherit
31- uses : ./.github/workflows/build_and_test_qnx .yml
31+ uses : ./.github/workflows/build_and_test_cross_compilation .yml
3232 # check if PR can be enqueued to the merge queue
3333 can_enqueue :
3434 if : always() && github.event_name != 'merge_group'
5353 needs :
5454 - pre-commit
5555 - build_and_test_host
56- - build_and_test_qnx
56+ - build_and_test_cross_compilation
5757 permissions :
5858 actions : read
5959 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments