Skip to content

Commit

Permalink
update workflow file and folder structure for business.yaml according…
Browse files Browse the repository at this point in the history
… to the latest oas-ci changes (#2888)

* updated the oas ci file based on suggestions from Patrick Wei
* moved the business.yaml to ./docs, since the oas ci in SRE repo has now changed
  • Loading branch information
eason-pan-bc authored Aug 1, 2024
1 parent 5f8cbf2 commit 8fcea67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/legal-oas-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,17 @@ on:
pull_request:
types: [assigned, synchronize]
paths:
- "docs/oas/**"
- "docs/**"
workflow_dispatch:

defaults:
run:
shell: bash
working-directory: .

permissions:
contents: write
actions: read
checks: write

jobs:
business-oas-ci:
uses: bcgov/bcregistry-sre/.github/workflows/oas-ci.yaml@main
with:
working_directory: "."
oas_file_directory: "./docs"
File renamed without changes.

0 comments on commit 8fcea67

Please sign in to comment.