Skip to content

Commit

Permalink
remove unused job
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickwasused committed Dec 14, 2024
1 parent a7b0277 commit b7676af
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
target-branch: main
target-directory: 'data'

cleanup:
needs: [deploy, deploy-cf, copy]
needs: [deploy, deploy-cf]
permissions:
actions: write
timeout-minutes: 5
Expand Down

0 comments on commit b7676af

Please sign in to comment.