Skip to content

Commit

Permalink
pull request target, not pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeLalor committed Aug 26, 2024
1 parent 01ca516 commit d37562e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths:
- '**'
- '!k8s-operator/**'
pull_request:
pull_request_target:
types: [ opened, synchronize ]
paths:
- '**'
Expand Down Expand Up @@ -68,19 +68,11 @@ jobs:
exit 1
fi
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11

- name: Install PNPM
run: npm install -g pnpm

Expand Down

0 comments on commit d37562e

Please sign in to comment.