Add first cut of new automatic thread splitting. (#313) #597
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: QA | |
on: | |
push: | |
branches: [ "master" ] | |
pull_request: | |
branches: [ "master" ] | |
jobs: | |
Style: | |
uses: ./.github/workflows/check-whitespace.yml | |
Substance: | |
uses: ./.github/workflows/build.yml | |
needs: Style |