Skip to content

Commit

Permalink
Update run-r-script.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rikivillalba authored Nov 30, 2024
1 parent de38f4a commit f2c0c87
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/run-r-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ jobs:
path: |
demanda_diaria_Edesur.txt
demanda_diaria_GBA.txt
key: ${{ runner.os }}-data-${{ hashFiles('demanda_diaria_Edesur.txt', 'demanda_diaria_GBA.txt') }}
key: ${{ runner.os }}-data
# key: ${{ runner.os }}-data-${{ hashFiles('demanda_diaria_Edesur.txt', 'demanda_diaria_GBA.txt') }}
restore-keys: |
${{ runner.os }}-data-
${{ runner.os }}-data
- name: Run R script
run: |
Expand All @@ -64,8 +65,8 @@ jobs:
path: |
demanda_diaria_Edesur.txt
demanda_diaria_GBA.txt
key: ${{ runner.os }}-data-${{ hashFiles('demanda_diaria_Edesur.txt', 'demanda_diaria_GBA.txt') }}

# key: ${{ runner.os }}-data-${{ hashFiles('demanda_diaria_Edesur.txt', 'demanda_diaria_GBA.txt') }}
key: ${{ runner.os }}-data
- name: Save plot
run: |
datetime=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
Expand Down

0 comments on commit f2c0c87

Please sign in to comment.