diff --git a/.github/workflows/ccruntime-pr.yaml b/.github/workflows/ccruntime-pr.yaml index f1993c20..0306c24e 100644 --- a/.github/workflows/ccruntime-pr.yaml +++ b/.github/workflows/ccruntime-pr.yaml @@ -1,6 +1,6 @@ name: ccruntime e2e test for PR on: - pull_request_target: + pull_request: branches: - 'main' types: @@ -13,7 +13,6 @@ on: jobs: e2e-pr: - if: ${{ contains(github.event.pull_request.labels.*.name, 'ok-to-test') }} uses: ./.github/workflows/ccruntime_e2e.yaml with: target-branch: ${{ github.event.pull_request.base.ref }}