From 1eefdf39e4eda18fe1a9d4743ed4489120fe1adc Mon Sep 17 00:00:00 2001 From: zlatanjakic Date: Fri, 19 Apr 2024 21:34:45 +0200 Subject: [PATCH] Removed the workflow file and will add it using the github ui --- .github/workflows/ishikawaTools.yaml | 30 ---------------------------- 1 file changed, 30 deletions(-) delete mode 100644 .github/workflows/ishikawaTools.yaml diff --git a/.github/workflows/ishikawaTools.yaml b/.github/workflows/ishikawaTools.yaml deleted file mode 100644 index 4186eb6c..00000000 --- a/.github/workflows/ishikawaTools.yaml +++ /dev/null @@ -1,30 +0,0 @@ -name: Generate Reports - -on: - push: - branches: - - develop - -jobs: - generate-reports: - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v2 - - - name: Set up Python - uses: actions/setup-python@v2 - with: - python-version: '3.10.x' - - - name: Install dependencies - run: | - pip install matplotlib pandas requests PyGithub - - - name: Run report generation script - env: - TOKEN: ${{ secrets.TOKEN }} - USER: ${{ secrets.USER }} - PROJECT: ${{ secrets.PROJECT }} - run: python scripts.py