Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fvankrieken committed Feb 6, 2025
1 parent 22addb9 commit a8112bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ingest_arcgis_feature_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

jobs:
dataloading:
uses: NYCPlanning/data-engineering/.github/workflows/ingest_multiple.yml@${{github.ref_name}}
uses: ./.github/workflows/ingest_multiple.yml
secrets: inherit
with:
datasets: |-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ingest_bytes_quarterly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
dataloading:
uses: NYCPlanning/data-engineering/.github/workflows/ingest_multiple.yml@${{github.ref_name}}
uses: ./.github/workflows/ingest_multiple.yml
secrets: inherit
with:
datasets: |-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ingest_open_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

jobs:
dataloading:
uses: NYCPlanning/data-engineering/.github/workflows/ingest_multiple.yml@${{github.ref_name}}
uses: ./.github/workflows/ingest_multiple.yml
secrets: inherit
with:
datasets: |-
Expand Down

0 comments on commit a8112bf

Please sign in to comment.