Skip to content

Commit

Permalink
remove dependency from deploy-production
Browse files Browse the repository at this point in the history
  • Loading branch information
helenb committed Dec 5, 2023
1 parent 34a6b55 commit 6707172
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on: workflow_call
jobs:
deploy_production:
runs-on: ubuntu-latest
needs: [test]

env:
DEPLOYMENT_KEY: ${{ secrets.DEPLOYMENT_KEY_PRODUCTION }}
Expand Down

0 comments on commit 6707172

Please sign in to comment.