diff options
| author | Wenhui Xie <[email protected]> | 2023-11-29 01:56:56 +0000 |
|---|---|---|
| committer | Wenhui Xie <[email protected]> | 2023-11-29 01:56:56 +0000 |
| commit | bede32dcd438ba7420ba34d347712f6cf23d8267 (patch) | |
| tree | bed1da890e7d4e39e9fc360d8b5ca69ff26e8b6b | |
| parent | cb8dc31b2e7081e542c002232427378ca53f6f8a (diff) | |
Update the name of steps.
| -rw-r--r-- | .github/workflows/regression_test.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/regression_test.yml b/.github/workflows/regression_test.yml index 0e19b390..d9256157 100644 --- a/.github/workflows/regression_test.yml +++ b/.github/workflows/regression_test.yml @@ -13,7 +13,7 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - nxd: + NetXDuo: permissions: contents: read issues: read @@ -28,7 +28,7 @@ jobs: cmake_path: ./test/cmake/netxduo result_affix: NetXDuo skip_deploy: true - deploy: + Deploy: permissions: contents: read issues: read @@ -36,7 +36,7 @@ jobs: pull-requests: write pages: write id-token: write - needs: [nxd] + needs: [NetXDuo] uses: azure-rtos/threadx/.github/workflows/regression_template.yml@master with: skip_test: true |
