diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 08dcdc04a..c34471d7f 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -1,8 +1,11 @@ -on: [pull_request] +on: + pull_request_target: + types: [labeled] name: e2e jobs: - docker: + integration: runs-on: ubuntu-latest + if: contains(github.event.pull_request.labels.*.name, 'ok-to-test') steps: - name: Checkout code uses: actions/checkout@v2