From 9862336645a86b25d81e5cff916834653a5f75ab Mon Sep 17 00:00:00 2001 From: Dev Date: Tue, 23 Apr 2024 11:16:28 +0100 Subject: [PATCH] Remove file added by mistake --- .gitea/workflows/clear-itemdb-cache.yaml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .gitea/workflows/clear-itemdb-cache.yaml diff --git a/.gitea/workflows/clear-itemdb-cache.yaml b/.gitea/workflows/clear-itemdb-cache.yaml deleted file mode 100644 index 8783caa3..00000000 --- a/.gitea/workflows/clear-itemdb-cache.yaml +++ /dev/null @@ -1,21 +0,0 @@ -name: Clear Item DB Website Cache - -on: - push: - branches: [ master ] - -jobs: - clear-cache: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - id: filter - uses: dorny/paths-filter@v3.0.2 - with: - list-files: shell - filters: | - database: - - 'project/assets/database/**' - - name: Send Refresh Request - if: steps.filter.outputs.database == 'true' - run: curl --max-time 30 https://db.sp-tarkov.com/api/refresh