author | Nemo <commits@captnemo.in> | 2023-03-30 11:17:34.0 +05:30:00 |
---|---|---|
committer | Nemo <commits@captnemo.in> | 2023-03-30 11:17:34.0 +05:30:00 |
commit | cdd63f2d120e154270cda034b49f11cad41f3256 [patch] |
|
tree | 69fb14d98cfd11a5ac983798cf58bc2d1d85baa9 |
|
parent | 13aa51b44d838fab5aef962b125a350f1ff140e8 |
|
download | cdd63f2d120e154270cda034b49f11cad41f3256.tar.gz |
Updates not needed in this repo anymore.
Dependabot takes it up
Diff
.github/workflows/update.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml deleted file mode 100644 index 256434d..0000000 100644 --- a/.github/workflows/update.yml +++ /dev/null @@ -1,19 +1,0 @@ name: Update Data on: schedule: # Run every 2 hours - cron: '30 */2 * * *' jobs: update: name: Update data runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - name: Update data run: make all - uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: Update MF Data commit_author: 'github-actions[bot] <github-actions[bot]@users.noreply.github.com>'