25838 migrate namex sftp nuans report to gcp #4
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: Namex SFTP NUANS Report Job CI | |
on: | |
pull_request: | |
paths: | |
- "jobs/sftp-nuans-report/**" | |
workflow_dispatch: | |
defaults: | |
run: | |
shell: bash | |
working-directory: ./jobs/sftp-nuans-report | |
jobs: | |
namex-sftp-nuans-report-ci: | |
uses: bcgov/bcregistry-sre/.github/workflows/backend-ci.yaml@main | |
with: | |
app_name: "nuans-report" | |
working_directory: "./jobs/sftp-nuans-report" | |
codecov_flag: "namexnuansreport" | |
skip_isort: "true" | |
skip_black: "true" |