Call reusable regression workflow #443
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: 'Call reusable regression workflow' | |
on: | |
push: | |
pull_request: | |
schedule: | |
- cron: '0 22 * * 3' | |
jobs: | |
regression_clang: | |
uses: ./.github/workflows/regression_reusable.yml | |
with: | |
compiler: clang | |
regression_gcc: | |
uses: ./.github/workflows/regression_reusable.yml | |
with: | |
compiler: gcc |