Skip to content

Commit 3c9394f

Browse files
author
zhoujiamei
committed
force detect changes
1 parent 67ef5dd commit 3c9394f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/unit_tests_common.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Common Unit Tests
22

3+
34
on:
45
workflow_call:
56
inputs:
@@ -96,6 +97,7 @@ jobs:
9697
- name: Check if tests should run
9798
id: should_run
9899
run: |
100+
echo "should_run=true" >> $GITHUB_OUTPUT
99101
GROUP='${{ matrix.test_group.name }}'
100102
# Force run if 'full ci' label exists
101103
if [ "${{ contains(github.event.pull_request.labels.*.name, 'full ci') }}" == "true" ]; then
@@ -121,7 +123,7 @@ jobs:
121123
run: |
122124
set -euo pipefail
123125
# 1. Execute hardware-specific setup (e.g. conda activate, export paths)
124-
126+
125127
#! setup_commands from all_tests_xxx.yml(like all_tests_metax.yml)
126128
${{ inputs.setup_commands }}
127129

0 commit comments

Comments
 (0)