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:
66
66
if : github.event_name == 'pull_request' # Do not run when workflow is triggered by push to main branch
67
67
runs-on : ubuntu-latest
68
68
needs : main
69
- continue-on-error : true # Add this line to prevent pipeline failures in forks
70
69
permissions :
71
70
contents : read
72
71
actions : read # to download code coverage results from "main" job
73
72
pull-requests : write # write permission needed to comment on PR
74
73
steps :
75
74
- name : Check new code coverage
76
75
76
+ continue-on-error : true # Add this line to prevent pipeline failures in forks
77
77
with :
78
78
coverage-artifact-name : ${{ env.CODE_COVERAGE_ARTIFACT_NAME }}
79
79
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