Skip to content

Commit

Permalink
correct needs fields in gha
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Jan 13, 2023
1 parent 17bae52 commit 189d245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
gamma-deployment:
name: Deploy to gamma
runs-on: ubuntu-latest
needs: frontend-image backend-image
needs: [frontend-image, backend-image]
if: github.event_name == 'repository_dispatch'
steps:
- name: ☁️ Checkout source
Expand Down

0 comments on commit 189d245

Please sign in to comment.