Skip to content

Commit

Permalink
Remove pull_request_target from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Dec 15, 2023
1 parent 022c86b commit 84d8640
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests_other_repo.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Test other repo

# Build on every branch push, tag push, and pull request change:
on: [push, pull_request_target]
on: [push, pull_request]

jobs:
build_repo:
Expand All @@ -14,11 +14,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Install local ipl3checksum
run: pip install .
run: python3 -m pip install .

- name: Get extra dependencies
uses: actions/checkout@v4
Expand Down

0 comments on commit 84d8640

Please sign in to comment.