C4Network2ResList: Ensure the logger is reset after all list elements… #2046
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: Autobuild | |
on: | |
push: | |
branches: '*' | |
tags-ignore: '*' | |
pull_request: | |
branches: '*' | |
defaults: | |
run: | |
shell: bash | |
jobs: | |
generate-ci-config: | |
name: Generate CI Configuration | |
uses: './.github/workflows/ci-config.yml' | |
Autobuild: | |
needs: [generate-ci-config] | |
uses: './.github/workflows/build.yml' | |
with: | |
matrix: ${{ needs.generate-ci-config.outputs.matrix }} |