Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/gh-config-template/gh_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:
- test-gh
types:
- opened
- reopened
- synchronize

env:
MAPPING: |
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/tests-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: unit-integration-tests
on:
pull_request_target:
branches:
- develop
types:
- opened
- reopened
Expand All @@ -17,7 +15,7 @@ env:
-r
--fail-on-pending
--randomize-all
--nodes=7
--nodes=6
--race
--timeout 30m
--flake-attempts 2
Expand Down
Loading