Skip to content

Commit

Permalink
ci: add needs fields
Browse files Browse the repository at this point in the history
  • Loading branch information
mtiller committed Aug 31, 2023
1 parent 6e5dc38 commit 2c2bcf5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
key: dvc-cache-key
generate_korean_site:
runs-on: ubuntu-latest
needs: generate_results
container:
image: node:12
steps:
Expand All @@ -65,6 +66,7 @@ jobs:

publish_korean_site:
runs-on: ubuntu-latest
needs: generate_korean_site
container:
image: node:18
steps:
Expand Down

0 comments on commit 2c2bcf5

Please sign in to comment.