Add ProfilePolicyConfig to wrap profile policy config #4349
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: Python Tests | |
on: [push, pull_request] | |
jobs: | |
init: | |
name: Initialization | |
uses: ./.github/workflows/init.yml | |
secrets: inherit | |
build: | |
name: Waiting for build | |
needs: init | |
uses: ./.github/workflows/wait-for-build.yml | |
secrets: inherit | |
python-lint-test: | |
name: Python lint | |
needs: [init, build] | |
uses: ./.github/workflows/python-lint-test.yml |