Log parser changes for making merged json fields consistent #29
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: SystemReady-ACS Integration Build (push/PR) | |
| on: | |
| push: | |
| branches: [ main ] | |
| pull_request: | |
| branches: [ main ] | |
| workflow_dispatch: | |
| jobs: | |
| run: | |
| uses: ./.github/workflows/systemready_ci.yml | |
| with: | |
| run-sysready: true | |
| run-dt: false | |
| secrets: inherit | |