We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ffe63e commit 3e28357Copy full SHA for 3e28357
1 file changed
.github/workflows/e2e_tests.yml
@@ -3,7 +3,7 @@ name: Playwright Tests
3
on:
4
push:
5
branches: [main]
6
- pull_request_target:
+ pull_request:
7
8
9
permissions:
@@ -20,10 +20,7 @@ jobs:
20
sudo apt-get update
21
sudo apt-get install -y libwoff1
22
23
- # Security: Explicitly checkout the PR's code, not the target branch
24
- uses: actions/checkout@v4
25
- with:
26
- ref: ${{ github.event.pull_request.head.sha }}
27
28
- uses: actions/setup-node@v4
29
with:
0 commit comments