Skip to content

Commit

Permalink
Merge pull request #124 from gooditcollective/feature/dev-1137/pull-r…
Browse files Browse the repository at this point in the history
…equest-target

В триггере GHA тестов триггер pull_request_target заменен на просто pull_request
  • Loading branch information
mxseev authored Aug 3, 2022
2 parents 4f92184 + a25856a commit bc4c56c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Run Jest tests
on: [pull_request_target]
on: [pull_request]

jobs:
build-test:
Expand All @@ -22,4 +22,4 @@ jobs:
with:
name: Jest Tests
path: junit.xml
reporter: jest-junit
reporter: jest-junit

0 comments on commit bc4c56c

Please sign in to comment.