Skip to content

Commit

Permalink
fixed cloud runner build (#146)
Browse files Browse the repository at this point in the history
* fixed cloud runner build

fixed cloud runner build

* updated remote build commits
  • Loading branch information
nevilm-lt authored Apr 26, 2022
1 parent ea4e13f commit d2766c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/env-release-nucleus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
env:
VERSION: ${{ github.event.inputs.version }}

- if: startsWith(matrix.label, 'release:')
name: Build Cloud Runners
- name: Build Cloud Runners
run: |
gh workflow run -R ${{ secrets.WF_REPO }} ${{ secrets.WF_NAME }} -r main -f environment=${ENVIRONMENT} -f version=${{ steps.tag_version.outputs.new_tag }}
env:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release-patch-wf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
default_bump: ${{ env.RELEASE_TYPE }}

- if: startsWith(matrix.label, 'release:')
name: Build Cloud Runners
- name: Build Cloud Runners
run: |
gh workflow run -R ${{ secrets.WF_REPO }} ${{ secrets.WF_NAME }} -r main -f environment=dev -f version=${{ steps.tag_version.outputs.new_tag }}
env:
Expand Down

0 comments on commit d2766c4

Please sign in to comment.