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 8935354
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/brand-new-chain-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,20 @@ on:
# workflows: [Pull Request Check]
# types: [completed]
# branches: [dev]
pull_request:
types:
- opened
- synchronize
- closed
# pull_request:
# types:
# - opened
# - synchronize
# - closed

jobs:
brand-new-test:
runs-on: ubuntu-20.04
steps:
- name: Show the inputs
run: |
echo "Chain: ${{ github.event.inputs.chain }}"
echo "Testcases: ${{ github.event.inputs.testcases }}"
- name: Clone simple CI
uses: GuillaumeFalourd/[email protected]
with:
Expand Down

0 comments on commit 8935354

Please sign in to comment.