Skip to content

Commit

Permalink
Stop auto adam
Browse files Browse the repository at this point in the history
  • Loading branch information
abbylewis authored Nov 26, 2023
1 parent 91c9b7c commit ccaea91
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/do_prediction_auto_adam.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
on:
workflow_dispatch:
schedule:
- cron: "0 20 * * *"
#on:
# workflow_dispatch:
# schedule:
# - cron: "0 20 * * *"
# push:


jobs:
build:
runs-on: ubuntu-22.04
container:
image: eco4cast/rocker-neon4cast
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: install R packages
run: R -e 'source("install.R")'
#jobs:
# build:
# runs-on: ubuntu-22.04
# container:
# image: eco4cast/rocker-neon4cast
# steps:
# - name: Checkout repo
# uses: actions/checkout@v3
# with:
# fetch-depth: 0
# - name: install R packages
# run: R -e 'source("install.R")'
# Point to the right path, run the right Rscript command
- name: Run automatic prediction file (auto_adam)
run: Rscript ./Generate_forecasts/auto_adam/run_forecast.R
- name: Back fill forecasts
run: Rscript ./Generate_forecasts/auto_adam/rerun_forecasts.R
# - name: Run automatic prediction file (auto_adam)
# run: Rscript ./Generate_forecasts/auto_adam/run_forecast.R
# - name: Back fill forecasts
# run: Rscript ./Generate_forecasts/auto_adam/rerun_forecasts.R

0 comments on commit ccaea91

Please sign in to comment.