Skip to content

Commit

Permalink
Merge branch 'LedgerHQ:main' into mainARCHITECTURAL-SERVICE
Browse files Browse the repository at this point in the history
  • Loading branch information
alexaerk authored May 7, 2024
2 parents 93818ef + ba699cc commit 6f2508c
Show file tree
Hide file tree
Showing 110 changed files with 15,344 additions and 9,182 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trigger-merge-dapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ on:
- ".github/scripts/validate-and-merge-cli.scala"
- ".github/workflows/merge-dapp.yml"
- "dapps/**/*.json"
workflow_dispatch:


jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Dispatch QA workflow
uses: benc-uk/workflow-dispatch@v121
uses: benc-uk/workflow-dispatch@v1.2.3
with:
workflow: merge-dapp.yml
token: ${{ secrets.CI_BOT_TOKEN }}
inputs: '{"message": "${{ github.event.head_commit.message }}" }'

Loading

0 comments on commit 6f2508c

Please sign in to comment.