Skip to content

Commit 49955fb

Browse files
committed
fix workflow +semver:skip
1 parent c149b1f commit 49955fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches-ignore:
66
- 'release'
7-
pull_request_target:
7+
pull_request:
88
branches-ignore:
99
- 'release'
1010

@@ -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)