doc: add Intel MKL compilation for building library with server example #248
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: CI Quality Gate | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened] | |
workflow_dispatch: | |
jobs: | |
qualitygate-pr: | |
uses: ./.github/workflows/template-quality-gate-pr.yml | |
secrets: inherit | |
qualitygate-submodule: | |
uses: ./.github/workflows/template-quality-gate-submodule.yml | |
secrets: inherit |