Skip to content

Commit 7e21de5

Browse files
goruhaNuru
andauthored
Update bats workflow (#1058)
Co-authored-by: Nuru <[email protected]>
1 parent 9fde29c commit 7e21de5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/bats.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: bats
22

33
on:
4-
pull_request_target:
4+
pull_request:
55
types: [labeled, opened, synchronize, unlabeled]
66

77
jobs:
@@ -19,10 +19,6 @@ jobs:
1919
uses: actions/checkout@v4
2020
with:
2121
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 }}
2622

2723
- name: Run tests on modified modules
2824
id: get-modified-files

0 commit comments

Comments
 (0)