From 41a492f43ec80343af125ed5a194aa9abad4435c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Dav=C3=B3?= Date: Tue, 5 Sep 2023 16:06:08 +0200 Subject: [PATCH] Deleted check_continue --- .github/workflows/check_continue.yml | 35 ---------------------------- 1 file changed, 35 deletions(-) delete mode 100644 .github/workflows/check_continue.yml diff --git a/.github/workflows/check_continue.yml b/.github/workflows/check_continue.yml deleted file mode 100644 index 7b46b4b0..00000000 --- a/.github/workflows/check_continue.yml +++ /dev/null @@ -1,35 +0,0 @@ -name: Check cache_scripts continuation mode -on: - workflow_dispatch: - push: - branches: - - master - - develop - paths: - - 'cache_scripts/**' -jobs: - check_continue: - runs-on: ubuntu-latest - steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.1 - with: - access_token: ${{ github.token }} - - uses: actions/checkout@master - - name: Getting datawarehouse cache - uses: actions/cache@v2 - with: - key: ${{ runner.os }}-dw - path: | - ./datawarehouse* - - name: Set up Python - uses: actions/setup-python@v4 - - name: Install package - run: pip install -e . - - name: Run verify-scripts - run: ./scripts/checkContinue.sh - - name: Upload datawarehouse artifact - uses: actions/upload-artifact@v3 - with: - name: datawarehouse - path: datawarehouse \ No newline at end of file