Skip to content

Commit

Permalink
Remove unused worker test deploy
Browse files Browse the repository at this point in the history
No test worker exists
  • Loading branch information
richardhallett committed Feb 5, 2024
1 parent 6b683f9 commit c9a1e8d
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,4 @@ jobs:
service_name: analytics-api
env_name: test
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

deploy-worker-test:
needs: [build, deploy-api-test]
uses: ./.github/workflows/deployment.yml
with:
versionvar_filename: keeshond
service_name: analytics-worker
env_name: test
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 comments on commit c9a1e8d

Please sign in to comment.