From 89353542fb5806d0b06db4408472066054a995ac Mon Sep 17 00:00:00 2001 From: jaypan Date: Tue, 10 Sep 2024 18:43:57 +0200 Subject: [PATCH] Try --- .github/workflows/brand-new-chain-test.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/brand-new-chain-test.yml b/.github/workflows/brand-new-chain-test.yml index e1a5c7fd..8557cabc 100644 --- a/.github/workflows/brand-new-chain-test.yml +++ b/.github/workflows/brand-new-chain-test.yml @@ -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/clone-github-repo-action@v2.3 with: