[#207] New optional parameter to PM query to prevent assignment of two variables to the same value #653
Workflow file for this run
This file contains hidden or 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: Code Quality & Tests | |
| on: | |
| workflow_call: | |
| pull_request: | |
| branches: | |
| - develop | |
| - master | |
| workflow_dispatch: | |
| jobs: | |
| format-check: | |
| uses: ./.github/workflows/run-format-check.yaml | |
| unit-tests: | |
| needs: format-check | |
| uses: ./.github/workflows/run-unit-tests.yml | |
| with: | |
| runner: self-hosted-withcache |