File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,15 +66,15 @@ jobs:
6666 if : github.event_name == 'pull_request' # Do not run when workflow is triggered by push to main branch
6767 runs-on : ubuntu-latest
6868 needs : main
69- continue-on-error : true # Add this line to prevent pipeline failures in forks
7069 permissions :
7170 contents : read
7271 actions : read # to download code coverage results from "main" job
7372 pull-requests : write # write permission needed to comment on PR
7473 steps :
7574 - name : Check new code coverage
7675 uses : fgrosse/go-coverage-report@v1.2.0
76+ continue-on-error : true # Add this line to prevent pipeline failures in forks
7777 with :
7878 coverage-artifact-name : ${{ env.CODE_COVERAGE_ARTIFACT_NAME }}
7979 coverage-file-name : ${{ env.CODE_COVERAGE_FILE_NAME }}
80- root-package : ' github.com/stackitcloud/terraform-provider-stackit'
80+ root-package : ' github.com/stackitcloud/terraform-provider-stackit'
You can’t perform that action at this time.
0 commit comments