Skip to content

Commit

Permalink
fix jobs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
langbart committed Oct 13, 2024
1 parent 40732ab commit e6e1c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/data-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:

merge-landings:
name: Merge landings
needs: [ingest-preprocess-v1-landings-step2, ingest-preprocess-v1-v3-landings, ingest-preprocess-metadata-tables]
needs: [ingest-preprocess-v2-landings-step2, ingest-preprocess-landings-v1-v3, ingest-preprocess-metadata-tables]
runs-on: ubuntu-20.04
container:
image: docker.pkg.github.com/worldfishcenter/peskas.timor.data.pipeline/r-runner-peskas-timor
Expand Down

0 comments on commit e6e1c68

Please sign in to comment.