Skip to content

Commit

Permalink
HOTFIX: Fix CI to run on PR merge branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanklee86 committed Mar 26, 2021
1 parent 5e3686c commit 1dcd2c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
pull_request_target:
pull_request:

jobs:
main:
Expand Down
2 changes: 1 addition & 1 deletion tests/utilities/mocks/mock_variants.py
Expand Up @@ -65,7 +65,7 @@
{
"name": "VarC",
"weight": 33,
"stickiness": "customField",
"stickiness": "customField",
"payload": {
"type": "string",
"value": "Test 3"
Expand Down

0 comments on commit 1dcd2c6

Please sign in to comment.