Skip to content

Commit 4f68f16

Browse files
committed
ci(validate): run engine checks for data changes
1 parent 15cb2e2 commit 4f68f16

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/validate-data.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ on:
1616
jobs:
1717
self-validate:
1818
runs-on: ubuntu-latest
19+
outputs:
20+
validation_scope: ${{ steps.scope.outputs.scope }}
1921
steps:
2022
- uses: actions/checkout@v4
2123
with:
@@ -55,6 +57,7 @@ jobs:
5557
5658
engine-validate:
5759
needs: self-validate
60+
if: needs.self-validate.outputs.validation_scope == 'full'
5861
uses: GetTechAPI/TechEngine/.github/workflows/validate-data.yml@main
5962
with:
6063
data-ref: ${{ github.event.pull_request.head.sha || github.sha }}

0 commit comments

Comments
 (0)