Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypan committed Sep 10, 2024
1 parent 3dbe50e commit 444edad
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/brand-new-chain-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@ name: Brand new chain test
# This workflow is triggered on dev branch manually or automatically after the Build and Publish workflow is completed
on:
workflow_dispatch:
inputs:
chain:
description: 'Chain to test'
required: true
default: 'peaq-dev'
type: string
testcases:
description: 'Test to run'
required: true
default: 'all'
type: string
# inputs:
# chain:
# description: 'Chain to test'
# required: true
# default: 'peaq-dev'
# type: string
# testcases:
# description: 'Test to run'
# required: true
# default: 'all'
# type: string
# workflow_run:
# workflows: [Pull Request Check]
# types: [completed]
# branches: [dev]
pull_request:
types:
- opened
- synchronize
- closed
# pull_request:
# types:
# - opened
# - synchronize
# - closed

jobs:
brand-new-test:
Expand Down

0 comments on commit 444edad

Please sign in to comment.