Skip to content
Closed

test #775

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/infraguard-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:
- 'integrate/**'
- 'solutions/**'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

jobs:
infraguard-scan:
name: Scan ROS Templates with Infraguard
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Description:
Parameters:
WhetherCreateAccount:
Type: String
Default: create-new
Default: create-new-test
AllowedValues:
- create-new
- use-existing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Parameters:
Type: String
Label:
zh-cn: 加速区域
en: Acceleration area
en: Acceleration area test
Description:
zh-cn: 选择加速区域。加速区域为仅中国内地和全球时,服务域名必须备案。
en: Select the acceleration area. When the acceleration region is only in mainland China and the world, the service domain name must be filed.
Expand Down