Skip to content

Commit c34389b

Browse files
committed
Fix CI changes
1 parent fed205b commit c34389b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests_other_repo.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Test other repo
22

33
# Build on every branch push, tag push, and pull request change:
4-
on: [push, pull_request_target]
4+
on: [push, pull_request]
55

66
jobs:
77
build_repo:
@@ -14,8 +14,6 @@ jobs:
1414
steps:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4
17-
with:
18-
ref: ${{ github.event.pull_request.head.sha }}
1917

2018
- name: Install local ipl3checksum
2119
run: pip install .

0 commit comments

Comments
 (0)