Skip to content

Commit 80230bb

Browse files
committed
fix
1 parent 4a60112 commit 80230bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
dotnet test -c Debug /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura --no-build -v n --filter="Category=Integration"
5959
mkdir coverage-report
6060
- name: Code Coverage Summary Report For Merge Request
61-
if: github.event_name == 'pull_request_target'
61+
if: github.event_name == 'pull_request'
6262
uses: 5monkeys/cobertura-action@master
6363
with:
6464
path: ./tests/HydraScript.IntegrationTests/coverage.cobertura.xml

0 commit comments

Comments
 (0)