Skip to content

Commit

Permalink
Merge pull request #328 from NEONScience/fix.prt.actions
Browse files Browse the repository at this point in the history
fix issues in prt actions
  • Loading branch information
covesturtevant authored Aug 13, 2024
2 parents 4b45737 + 28d1c34 commit 990bdd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 78 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/DEV_prt_tempSoil_update_dag.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: DEV-prt-tempSoil-update-dag
name: DEV-prt-tempProducts-update-dag
on:
push:
branches:
Expand All @@ -8,6 +8,8 @@ on:
- 'pipe/prt/pipe_list_prt.txt'
- 'pipe/tempSoil/*.yaml'
- 'pipe/tempSoil/pipe_list_tempSoil.txt'
- 'pipe/tempSurfacewater/*.yaml'
- 'pipe/tempSurfacewater/pipe_list_tempSurfacewater.txt'
workflow_dispatch: {} # Allows trigger of workflow from web interface

jobs:
Expand Down Expand Up @@ -60,7 +62,7 @@ jobs:
env:
PACHD_ADDRESS: grpcs://pachyderm-dev.transitions-nonprod.gcp.neoninternal.org:443
PACH_TOKEN: ${{ secrets.RepoOwnerPachydermDev }}
PATHS: 'pipe/li191r,pipe/parQuantumLine' # Separate multiple with comma (e.g. 'pipe/pqs1,pipe/parWaterSurface'). Order matters.
PATHS: 'pipe/prt,pipe/tempSoil,pipe/tempSurfacewater' # Separate multiple with comma (e.g. 'pipe/pqs1,pipe/parWaterSurface'). Order matters.
TRANSACTION: True
UPDATE_SCOPE: changed # 'all' or 'changed'. If not specified, all will be updated. 'changed' will update/create any changed/non-existent pipelines.
CHANGED_FILES: ${{needs.changed_files.outputs.changed_file_list}}
Expand Down
76 changes: 0 additions & 76 deletions .github/workflows/DEV_prt_tempSurfacewater_update_dag.yml

This file was deleted.

0 comments on commit 990bdd9

Please sign in to comment.