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 235e055 commit 339e411
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@main
uses: ./.github/workflows/deploy.yml
with:
github_environment: development
version: ${{ needs.build.outputs.version }}
Expand Down

0 comments on commit 339e411

Please sign in to comment.