[FIX][DFSv2][ELMFAT]解决dfs_elm_unlink在FF_VOLUMES为1时赋值drivers_fn引用未定义变量导致编译报错的问题 #8737
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: pkgs_test | |
| on: | |
| push: | |
| branches: | |
| - master | |
| paths-ignore: | |
| - documentation/** | |
| - '**/README.md' | |
| - '**/README_zh.md' | |
| pull_request: | |
| branches: | |
| - master | |
| paths-ignore: | |
| - documentation/** | |
| - '**/README.md' | |
| - '**/README_zh.md' | |
| workflow_dispatch: | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| change: | |
| uses: RT-Thread/pkgs-test/.github/workflows/pkgs-action.yml@main | |
| if: github.repository_owner == 'RT-Thread' | |
| with: | |
| rt-thread-versions: "branch:master" | |
| test-specific-pkgs: true | |
| pkgs: | | |
| hello |