From b7676af20146254f91af95bb818279c91c423ef2 Mon Sep 17 00:00:00 2001 From: Nickwasused Date: Sat, 14 Dec 2024 13:26:42 +0100 Subject: [PATCH] remove unused job --- .github/workflows/generate.yml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index e2f044d..48c8703 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -131,29 +131,8 @@ jobs: github_token: ${{ secrets.SECRET }} publish_dir: out/ - copy: - needs: [generate-small-files] - timeout-minutes: 20 - runs-on: ubuntu-latest - steps: - - uses: actions/download-artifact@v4 - with: - name: tmp-data-small-files - path: out/json/other - - name: Push generated files to https://github.com/aral-preise/aral-prices - uses: cpina/github-action-push-to-another-repository@main - env: - SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }} - with: - source-directory: 'out/json/other' - destination-repository-name: 'aral-prices' - destination-github-username: 'nickwasused' - user-email: github.lix1s@simplelogin.co - target-branch: main - target-directory: 'data' - cleanup: - needs: [deploy, deploy-cf, copy] + needs: [deploy, deploy-cf] permissions: actions: write timeout-minutes: 5