Skip to content

Commit

Permalink
HET-227: updated pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
KalyanaVadlamani committed Mar 21, 2024
1 parent 34493b8 commit 548515c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: deploy
needs: build
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} || ${{ github.event_name == 'workflow_dispatch' }}
uses: ./.github/workflows/deploy.yml
uses: ./.github/workflows/deploy.yml
with:
environment: ${{ github.event.inputs.environment }}
version: ${{ needs.build.outputs.version }}
Expand Down

0 comments on commit 548515c

Please sign in to comment.