We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fde29c commit 7e21de5Copy full SHA for 7e21de5
.github/workflows/bats.yml
@@ -1,7 +1,7 @@
1
name: bats
2
3
on:
4
- pull_request_target:
+ pull_request:
5
types: [labeled, opened, synchronize, unlabeled]
6
7
jobs:
@@ -19,10 +19,6 @@ jobs:
19
uses: actions/checkout@v4
20
with:
21
fetch-depth: 0
22
- repository: ${{ github.event.pull_request.head.repo.full_name }}
23
- # Check out the PR commit, not the merge commit
24
- # Use `ref` instead of `sha` to enable pushing back to `ref`
25
- ref: ${{ github.event.pull_request.head.ref }}
26
27
- name: Run tests on modified modules
28
id: get-modified-files
0 commit comments