Feat/mmrfc5 log standard events #1
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: Coordinate Workflows | ||
on: | ||
push: | ||
branches: | ||
- production | ||
- staging | ||
pull_request: | ||
types: [opened, synchronize, reopened] | ||
jobs: | ||
quality-assurance: | ||
uses: ./.github/workflows/tests.yml | ||
with: | ||
coverage-path: coverage/lcov.info | ||
information-security: | ||
needs: quality-assurance | ||
name: information-security | ||
uses: ./.github/workflows/infosec.yml | ||
Check failure on line 18 in .github/workflows/coordinate.yml GitHub Actions / .github/workflows/coordinate.ymlInvalid workflow file
|
||
with: | ||
coverage-path: coverage/lcov.info | ||
secrets: inherit |