Skip to content

Commit

Permalink
fix ci execute on all PR
Browse files Browse the repository at this point in the history
Signed-off-by: kevindiu <[email protected]>
  • Loading branch information
kevindiu committed Apr 11, 2023
1 parent 4a8f864 commit 29101a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/chatops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,11 +319,13 @@ jobs:
git_user_signingkey: true
git_commit_gpgsign: true
- name: Fetch golang version
if: steps.check_comments_gen_test.outputs.BOOL_TRIGGERED == 'true' && steps.check_permissions.outputs.EXECUTABLE == 'true'
run: |
GO_VERSION=`make version/go`
echo "version=${GO_VERSION}" >> $GITHUB_OUTPUT
id: golang_version
- uses: actions/setup-go@v3
if: steps.check_comments_gen_test.outputs.BOOL_TRIGGERED == 'true' && steps.check_permissions.outputs.EXECUTABLE == 'true'
with:
go-version: ${{ steps.golang_version.outputs.version }}
- name: Generate tests and push
Expand Down

0 comments on commit 29101a8

Please sign in to comment.