Skip to content

Commit

Permalink
Update build-napi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed May 27, 2024
1 parent b99fd65 commit 9527609
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-napi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ defaults:
working-directory: languages/node

jobs:
# generate_schemas:
# name: Generate schemas
# uses: ./.github/workflows/generate-schemas.yml
generate_schemas:
name: Generate schemas
uses: ./.github/workflows/generate-schemas.yml

build:
#needs:
# - generate_schemas
needs:
- generate_schemas
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 9527609

Please sign in to comment.