Skip to content

Commit c8743ce

Browse files
committed
Update pr-tests.yml
1 parent e1bb719 commit c8743ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: PR Tests
22

33
on:
4-
pull_request_target:
4+
pull_request:
55
branches: [ "main" ]
66
paths:
77
- .github/workflows/**
@@ -12,7 +12,7 @@ on:
1212
permissions:
1313
id-token: write # This is required for requesting the JWT
1414
contents: read # This is required for actions/checkout
15-
pull-requests: write
15+
pull-requests: write
1616
actions: write
1717

1818
env:
@@ -54,7 +54,7 @@ jobs:
5454
pip install -r requirements.txt
5555
pip install ruff
5656
pip install pytest pytest-cov
57-
57+
5858
- name: Lint with Ruff
5959
run: |
6060
ruff check --output-format=github .

0 commit comments

Comments
 (0)