Skip to content

Commit

Permalink
refactor GHA workflows; fix #52
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestguevarra committed Sep 1, 2024
1 parent 0074dc6 commit 1694ccf
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 52 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-targets-dam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Run workflow
run: |
targets::tar_make(script = "_targets_dam.R")
targets::tar_make(dam_level_data_raw_csv)
shell: Rscript {0}

- name: Commit and push files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-targets-climate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:

- name: Run workflow
run: |
targets::tar_make(script = "_targets_climate.R")
targets::tar_make(dplyr::starts_with("climate"))
shell: Rscript {0}
2 changes: 1 addition & 1 deletion .github/workflows/test-targets-cyclones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:

- name: Run workflow
run: |
targets::tar_make(script = "_targets_cyclones.R")
targets::tar_make(dplyr::starts_with("cyclone"))
shell: Rscript {0}
2 changes: 1 addition & 1 deletion .github/workflows/test-targets-dam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:

- name: Run workflow
run: |
targets::tar_make(script = "_targets_dam.R")
targets::tar_make(dplyr::starts_with("dam"))
shell: Rscript {0}
48 changes: 0 additions & 48 deletions .github/workflows/test-targets-workflow.yml

This file was deleted.

0 comments on commit 1694ccf

Please sign in to comment.