diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2170e0..24e3376 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: CI on: - pull_request_target: + pull_request: concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index f65e338..85130f5 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -1,6 +1,6 @@ name: E2E on: - pull_request_target: + pull_request: branches: - release workflow_dispatch: