Skip to content

Commit

Permalink
remove iworkflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eibay committed May 26, 2021
1 parent 6642370 commit 548cb3a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,9 @@ jobs:
tag_name: ${{ steps.GitVersion.outputs.MajorMinorPatch }}

trigger-dev-deploy:
name: Trigger Deploy To Dev
name: Trigger Dev Deployment
runs-on: ubuntu-18.04
if: github.ref == 'refs/heads/main'
needs:
- build-images
- getversion

steps:
- name: Deploy Dev Input
Expand Down

0 comments on commit 548cb3a

Please sign in to comment.