Skip to content

Commit 444edad

Browse files
author
jaypan
committed
Try
1 parent 3dbe50e commit 444edad

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/brand-new-chain-test.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff 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
33
on:
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

2626
jobs:
2727
brand-new-test:

0 commit comments

Comments
 (0)