We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15cb2e2 commit 4f68f16Copy full SHA for 4f68f16
1 file changed
.github/workflows/validate-data.yml
@@ -16,6 +16,8 @@ on:
16
jobs:
17
self-validate:
18
runs-on: ubuntu-latest
19
+ outputs:
20
+ validation_scope: ${{ steps.scope.outputs.scope }}
21
steps:
22
- uses: actions/checkout@v4
23
with:
@@ -55,6 +57,7 @@ jobs:
55
57
56
58
engine-validate:
59
needs: self-validate
60
+ if: needs.self-validate.outputs.validation_scope == 'full'
61
uses: GetTechAPI/TechEngine/.github/workflows/validate-data.yml@main
62
63
data-ref: ${{ github.event.pull_request.head.sha || github.sha }}
0 commit comments