From 675b989a2ad761ce675576b7e582543b235f4eb7 Mon Sep 17 00:00:00 2001 From: nikohl-de Date: Fri, 20 Dec 2024 08:57:43 +0100 Subject: [PATCH] deleted github action yml for automated running of update python script --- .github/workflows/update-tool-folders.yml | 27 ----------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/update-tool-folders.yml diff --git a/.github/workflows/update-tool-folders.yml b/.github/workflows/update-tool-folders.yml deleted file mode 100644 index 300f78e..0000000 --- a/.github/workflows/update-tool-folders.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Update Tool Folders - -on: - workflow_dispatch: - schedule: - - cron: "0 0 * * *" - -jobs: - update-tool-folders: - runs-on: ubuntu-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v2 - - - name: Set up Python - uses: actions/setup-python@v2 - with: - python-version: '3.x' - - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install -r requirements.txt - - - name: Run update_tool_folders.py - run: python update_tool_folders.py \ No newline at end of file