ACME PKI issuer: add support for Authority ID or DN #5580
Workflow file for this run
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: | |
build: | |
name: Waiting for build | |
uses: ./.github/workflows/wait-for-build.yml | |
secrets: inherit | |
python-lint-test: | |
name: Python lint | |
needs: build | |
uses: ./.github/workflows/python-lint-test.yml |