Skip to content

Commit

Permalink
trigger ui tests when merge occur (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
amrita-shrestha authored Apr 30, 2024
1 parent 526d99e commit 80a7209
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,7 @@ def behatTest():
},
],
"services": postgresService() + seleniumService(),
"trigger": {
"ref": [
"refs/pull/**",
],
},
"trigger": trigger,
}]
return pipelines

Expand Down

0 comments on commit 80a7209

Please sign in to comment.