diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a28adac..a72a230 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: CI on: - pull_request: + pull_request_target: concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 87108b0..a7b1ab3 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -1,6 +1,6 @@ name: E2E on: - pull_request: + pull_request_target: branches: - release workflow_dispatch: