Skip to content

Commit e6e1c68

Browse files
committed
fix jobs dependencies
1 parent 40732ab commit e6e1c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/data-pipeline.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112

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

0 commit comments

Comments
 (0)