Skip to content

Commit

Permalink
Update tpip-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soumeh01 committed Sep 22, 2023
1 parent 2009f0c commit 34bd8bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,5 @@ jobs:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
debug: true
coverageLocations: ./cover.out:gocov
coverageLocations: ./build/cover.out:gocov
prefix: cbuild
4 changes: 0 additions & 4 deletions .github/workflows/tpip-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ jobs:
working-directory: ./cmd/cbuild

commit-changes:
# Temporarily moving this job to 'workflow_disapatch'
# in order not to block others and fixing issue releated
# to deletion of GH checks data
if: ${{ github.event_name == 'workflow_dispatch' }}
needs: [ check-licenses ]
runs-on: ubuntu-latest
timeout-minutes: 5
Expand Down

0 comments on commit 34bd8bc

Please sign in to comment.