fix(calculator): always send insurance for dpd #1269
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Run pull request checks ⚙️' | |
on: | |
pull_request: | |
branches: | |
- main | |
- alpha | |
- beta | |
- rc | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number }} | |
cancel-in-progress: true | |
jobs: | |
test-unit: | |
uses: ./.github/workflows/--test-unit.yml | |
secrets: inherit | |
test-integration: | |
uses: ./.github/workflows/--test-integration.yml | |
secrets: inherit | |
analyse: | |
uses: ./.github/workflows/--analyse.yml | |
secrets: inherit | |
quality: | |
uses: ./.github/workflows/--quality.yml | |
secrets: inherit |