File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,26 +2,26 @@ name: Brand new chain test
22# This workflow is triggered on dev branch manually or automatically after the Build and Publish workflow is completed
33on :
44 workflow_dispatch :
5- inputs :
6- chain :
7- description : ' Chain to test'
8- required : true
9- default : ' peaq-dev'
10- type : string
11- testcases :
12- description : ' Test to run'
13- required : true
14- default : ' all'
15- type : string
5+ # inputs:
6+ # chain:
7+ # description: 'Chain to test'
8+ # required: true
9+ # default: 'peaq-dev'
10+ # type: string
11+ # testcases:
12+ # description: 'Test to run'
13+ # required: true
14+ # default: 'all'
15+ # type: string
1616 # workflow_run:
1717 # workflows: [Pull Request Check]
1818 # types: [completed]
1919 # branches: [dev]
20- pull_request :
21- types :
22- - opened
23- - synchronize
24- - closed
20+ # pull_request:
21+ # types:
22+ # - opened
23+ # - synchronize
24+ # - closed
2525
2626jobs :
2727 brand-new-test :
You can’t perform that action at this time.
0 commit comments