From ccaea912cbebb8345278f0a503cea60d8c7a2051 Mon Sep 17 00:00:00 2001 From: Abby Lewis <51751937+abbylewis@users.noreply.github.com> Date: Sun, 26 Nov 2023 16:12:53 -0600 Subject: [PATCH] Stop auto adam --- .github/workflows/do_prediction_auto_adam.yml | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/do_prediction_auto_adam.yml b/.github/workflows/do_prediction_auto_adam.yml index 0f6ff82..43ddd87 100644 --- a/.github/workflows/do_prediction_auto_adam.yml +++ b/.github/workflows/do_prediction_auto_adam.yml @@ -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