Skip to content

Commit 19eacbb

Browse files
author
zhoujiamei
committed
Check if tests should run
1 parent a77c183 commit 19eacbb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/all_tests_common.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626
- name: Checkout source code
2727
uses: actions/checkout@v4
2828

29+
- name: Check if tests should run
30+
id: should_run
31+
run: |
32+
33+
echo "should_run=true" >> $GITHUB_OUTPUT
34+
2935
- name: Load platform configuration
3036
id: config
3137
run: |

0 commit comments

Comments
 (0)