From 034e407dfe32ffac5cf3ba659ce989b64192f74f Mon Sep 17 00:00:00 2001 From: Nemo Date: Fri, 25 Mar 2022 15:22:19 +0530 Subject: [PATCH] Only run on schedule --- .bundle/config | 4 ---- .github/workflows/update.yml | 1 - .gitignore | 1 + 3 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 .bundle/config diff --git a/.bundle/config b/.bundle/config deleted file mode 100644 index c59e5395..00000000 --- a/.bundle/config +++ /dev/null @@ -1,4 +0,0 @@ ---- -BUNDLE_PATH: "/home/runner/work/release-data/release-data/vendor/bundle" -BUNDLE_DEPLOYMENT: "true" -BUNDLE_JOBS: "4" diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 78b7d8e9..b7c151a4 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -1,6 +1,5 @@ name: Update Data on: - push: schedule: # “At minute 17 past hour 6 and 18.” # https://crontab.guru/#17_6,18_*_*_* diff --git a/.gitignore b/.gitignore index d5bcbb2d..3b8ebdc8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ website vendor +.bundle