Merge pull request #10797 from tiagodread/workflow-e2e

Update workflow to use pull_request_target
This commit is contained in:
Tiago Góes
2021-08-03 17:31:59 -03:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

1
.github/CODEOWNERS vendored Normal file
View File

@@ -0,0 +1 @@
workflows/e2e_test.yml @tiagodread @shanemcd @jakemcdermott

View File

@@ -1,7 +1,7 @@
---
name: E2E Tests
on:
pull_request:
pull_request_target:
types: [labeled]
jobs:
e2e-test: