Edit UI: add FF to conditionally allow "empty corrections" #1976
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 Edit UI CI | |
on: | |
pull_request: | |
branches: | |
- main | |
- feature* | |
workflow_dispatch: | |
defaults: | |
run: | |
shell: bash | |
jobs: | |
business-edit-ui-ci: | |
uses: bcgov/bcregistry-sre/.github/workflows/frontend-ci.yaml@main | |
with: | |
node_version: "20.5.1" | |
app_name: "business-edit-ui" |