19409 - update jobs to work with alternate name #26
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: Business Update Legal Filings Job CI | |
on: | |
pull_request: | |
types: [assigned, synchronize] | |
paths: | |
- "jobs/update-legal-filings/**" | |
workflow_dispatch: | |
defaults: | |
run: | |
shell: bash | |
working-directory: ./jobs/update-legal-filings | |
jobs: | |
business-update-legal-filings-ci: | |
uses: bcgov/bcregistry-sre/.github/workflows/backend-ci.yaml@main | |
with: | |
app_name: "business-future-effective-filings" | |
working_directory: "./jobs/update-legal-filings" | |
codecov_flag: "legalfilings" |