summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWenhui Xie <[email protected]>2023-11-29 01:56:56 +0000
committerWenhui Xie <[email protected]>2023-11-29 01:56:56 +0000
commitbede32dcd438ba7420ba34d347712f6cf23d8267 (patch)
treebed1da890e7d4e39e9fc360d8b5ca69ff26e8b6b
parentcb8dc31b2e7081e542c002232427378ca53f6f8a (diff)
Update the name of steps.
-rw-r--r--.github/workflows/regression_test.yml6
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